Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

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>

Collaboration diagram for s11n::logical_and_unary_f< F1 >:

Collaboration graph
[legend]
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 1201 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 1204 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 1207 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 1203 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 Sat Dec 10 13:41:29 2005 for libs11n-1.2.1 by  doxygen 1.4.4