s11n::logical_and_unary_f< F1 > Struct Template Reference

Functor implementing AND logic and between two functors, which are expected to return values convertable to bool. More...

#include <functional.hpp>

List of all members.

Public Member Functions

 logical_and_unary_f (F1 const &f)
template<typename F2>
bool operator() (F2 const &f2) const

Public Attributes

F1 functor


Detailed Description

template<typename F1>
struct s11n::logical_and_unary_f< F1 >

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.


Constructor & Destructor Documentation

template<typename F1>
s11n::logical_and_unary_f< F1 >::logical_and_unary_f ( F1 const &  f  )  [inline]

Definition at line 1209 of file functional.hpp.


Member Function Documentation

template<typename F1>
template<typename F2>
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.


Member Data Documentation

template<typename F1>
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()().


The documentation for this struct was generated from the following file:
Generated on Sun Apr 27 11:46:49 2008 for libs11n-1.2.6 by  doxygen 1.5.3