List of all members | Public Member Functions | Static Public Member Functions
utl::Not< Predicate > Class Template Reference

#include <Test.h>

Inheritance diagram for utl::Not< Predicate >:
Inheritance graph
[legend]

Public Member Functions

 Not ()
 
 Not (const double eps)
 
template<typename T >
bool operator() (const T &x) const
 
template<typename T , typename U >
bool operator() (const T &x, const U &y) const
 
template<typename T , typename U , typename W >
bool operator() (const T &x, const U &y, const W &z) const
 

Static Public Member Functions

static boost::format Name ()
 

Detailed Description

template<typename Predicate>
class utl::Not< Predicate >

Definition at line 180 of file Test.h.

Constructor & Destructor Documentation

template<typename Predicate>
utl::Not< Predicate >::Not ( )
inline

Definition at line 182 of file Test.h.

template<typename Predicate>
utl::Not< Predicate >::Not ( const double  eps)
inline

Definition at line 184 of file Test.h.

Member Function Documentation

template<typename Predicate>
static boost::format utl::Not< Predicate >::Name ( )
inlinestatic

Definition at line 198 of file Test.h.

Referenced by tst::Verify().

template<typename Predicate>
template<typename T >
bool utl::Not< Predicate >::operator() ( const T &  x) const
inline

Definition at line 187 of file Test.h.

template<typename Predicate>
template<typename T , typename U >
bool utl::Not< Predicate >::operator() ( const T &  x,
const U y 
) const
inline

Definition at line 191 of file Test.h.

template<typename Predicate>
template<typename T , typename U , typename W >
bool utl::Not< Predicate >::operator() ( const T &  x,
const U y,
const W &  z 
) const
inline

Definition at line 195 of file Test.h.


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

, generated on Tue Sep 26 2023.