Fermat
Public Types | Public Methods | List of all members
cugar::is_false_functor< T > Struct Template Reference

Detailed description

template<typename T>
struct cugar::is_false_functor< T >

A unary functor returning true if op evaluates to false

#include <functors.h>

Public Types

typedef T argument_type
 
typedef bool result_type
 

Public Methods

CUGAR_FORCEINLINE CUGAR_HOST_DEVICE result_type operator() (const T op) const
 

The documentation for this struct was generated from the following file: