Bayeux
3.4.1
Core Foundation library for SuperNEMO
|
Forward declaration : More...
#include <bayeux/datatools/handle.h>
Public Member Functions | |
handle_predicate (const i_predicate< T > &predicate_, bool no_data_means_false_=true) | |
The default constructor. More... | |
bool | operator() (const handle< T > &handle_) const |
Call operator taking handle as input. More... | |
Forward declaration :
Templatized predicate class associated to handle instance.
The handle_predicate class is used to wrap a predicate object to some instance and pass it to some algorithms (typically the std::find_if function)t.
Example:
|
inline |
The default constructor.
|
inlinevirtual |
Call operator taking handle as input.
Implements datatools::i_predicate< handle< T > >.