#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 1220 of file functional.hpp.
|
Definition at line 1224 of file functional.hpp. |
|
Definition at line 1226 of file functional.hpp. References s11n::logical_and_nullary_f< F1, F2 >::functor1, and s11n::logical_and_nullary_f< F1, F2 >::functor2. |
|
Definition at line 1222 of file functional.hpp. Referenced by s11n::logical_and_nullary_f< F1, F2 >::operator()(). |
|
Definition at line 1223 of file functional.hpp. Referenced by s11n::logical_and_nullary_f< F1, F2 >::operator()(). |