NVIDIA Iray API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mi::math::functor::Operator_and_and Struct Reference

Functor for the logical and operator, &&. More...

Public Member Functions

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

Detailed Description

Functor for the logical and operator, &&.

Member Function Documentation

template<typename T >
bool mi::math::functor::Operator_and_and::operator() ( const T &  t1,
const T &  t2 
) const
inline

Functor call.