#include <combine_boolean_operator.h>
Public Member Functions | |
Not_functor () | |
Not_functor (const S &s) | |
template<class T > | |
bool | operator() (const T &t) const |
Class defining a function object returning the opposite result of a given function object.
S | is a function object with an operator() taking one argument and returning a Boolean (such as Atom selection). |
ESBTL::Not_functor< S >::Not_functor | ( | ) | [inline] |
ESBTL::Not_functor< S >::Not_functor | ( | const S & | s | ) | [inline] |
bool ESBTL::Not_functor< S >::operator() | ( | const T & | t | ) | const [inline] |