#include <functional.hpp>
Public Member Functions | |
logical_and_nullary_f (F1 const &f1, F2 const &f2) | |
bool | operator() () const |
Public Attributes | |
F1 | functor1 |
F2 | functor2 |
Definition at line 1223 of file functional.hpp.
s11n::logical_and_nullary_f< F1, F2 >::logical_and_nullary_f | ( | F1 const & | f1, | |
F2 const & | f2 | |||
) | [inline] |
Definition at line 1227 of file functional.hpp.
bool s11n::logical_and_nullary_f< F1, F2 >::operator() | ( | ) | const [inline] |
Definition at line 1229 of file functional.hpp.
References s11n::logical_and_nullary_f< F1, F2 >::functor1, and s11n::logical_and_nullary_f< F1, F2 >::functor2.
F1 s11n::logical_and_nullary_f< F1, F2 >::functor1 |
Definition at line 1225 of file functional.hpp.
Referenced by s11n::logical_and_nullary_f< F1, F2 >::operator()().
F2 s11n::logical_and_nullary_f< F1, F2 >::functor2 |
Definition at line 1226 of file functional.hpp.
Referenced by s11n::logical_and_nullary_f< F1, F2 >::operator()().