neuray API Programmer's Manual

mi::math::functor::Operator_less_equal Struct Reference

[Basic Math Functors in the Math API]

Description

Functor for the less-than-or-equal comparison operator, <=.

Public Member Functions

template< typename T1, typename T2>bool  operator()( const T1& t1, const T2& t2) const
Functor call.

Member Functions

template< typename T1, typename T2>

bool mi::​math::​functor::​Operator_less_equal::operator()( const T1& t1, const T2& t2) const [inline]

Functor call.