Functor implementing AND logic and between two functors, which are expected to return values convertable to bool. More...
#include <functional.hpp>
Public Member Functions | |
logical_and_unary_f (F1 const &f) | |
template<typename F2 > | |
bool | operator() (F2 const &f2) const |
Public Attributes | |
F1 | functor |
Functor implementing AND logic and between two functors, which are expected to return values convertable to bool.
Definition at line 1206 of file functional.hpp.
s11n::logical_and_unary_f< F1 >::logical_and_unary_f | ( | F1 const & | f | ) | [inline] |
Definition at line 1209 of file functional.hpp.
bool s11n::logical_and_unary_f< F1 >::operator() | ( | F2 const & | f2 | ) | const [inline] |
Definition at line 1212 of file functional.hpp.
References s11n::logical_and_unary_f< F1 >::functor.
F1 s11n::logical_and_unary_f< F1 >::functor |
Definition at line 1208 of file functional.hpp.
Referenced by s11n::logical_and_unary_f< F1 >::operator()().