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

Functor for the logical or 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 or operator, ||.

Member Function Documentation

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

Functor call.