Functor implementing AND logic and between two functors, which are expected to return values convertable to bool. More...
#include <functional.hpp>
Public Member Functions | |
template<typename F1 , typename F2 > | |
bool | operator() (F1 const &f1, F2 const &f2) const |
Functor implementing AND logic and between two functors, which are expected to return values convertable to bool.
Definition at line 1192 of file functional.hpp.
bool s11n::logical_and_binary_f::operator() | ( | F1 const & | f1, | |
F2 const & | f2 | |||
) | const [inline] |
Definition at line 1195 of file functional.hpp.