Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 336 Bytes

lte.rst

File metadata and controls

18 lines (12 loc) · 336 Bytes

Less than or equal (<=)

Less than or equal to

.. doxygenfunction:: operator<=(Op t, Op t2)

Examples

.. literalinclude:: ../../../../test/00_operators/operator_func_test.cu
   :language: cpp
   :start-after: example-begin lte-test-1
   :end-before: example-end lte-test-1
   :dedent: