claw::binary_true< T, U > Class Template Reference
#include <functional.hpp>
List of all members.
Detailed Description
template<class T, class U>
class claw::binary_true< T, U >
Always true binary predicate.
Template arguments :
- T Doesn't matter,
- U Doesn't matter.
- Author:
- Julien Jorge
Definition at line 189 of file functional.hpp.
|
Public Member Functions |
bool | operator() (const T &t, const U &u) const |
Member Function Documentation
template<class T, class U>
bool claw::binary_true< T, U >::operator() |
( |
const T & |
t, |
|
|
const U & |
u | |
|
) |
| | const [inline] |
The documentation for this class was generated from the following file: