Jpp 19.3.0-rc.2
the software that should make you happy
Loading...
Searching...
No Matches
JFind_if.hh File Reference
#include "JLang/JClass.hh"

Go to the source code of this file.

Classes

class  JLANG::JFind_if< JResult_t T::*, JPredicate_t >
 Template specialisation of JFind_if for selection of objects via data member. More...
 
class  JLANG::JFind_if< JResult_t(T::*)() const, JPredicate_t >
 Template specialisation of JFind_if for selection of objects via member method. More...
 

Namespaces

namespace  JLANG
 Auxiliary classes and methods for language specific functionality.
 
namespace  JPP
 This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 

Functions

template<class T , class JResult_t , class JPredicate_t >
JFind_if< JResult_t T::*, JPredicate_t > JLANG::make_find_if (JResult_t T::*member, const JPredicate_t &predicate)
 Helper method to create find_if for data member.
 
template<class T , class JResult_t , class JPredicate_t >
JFind_if< JResult_t(T::*)() const, JPredicate_t > JLANG::make_find_if (JResult_t(T::*function)() const, const JPredicate_t &predicate)
 Helper method to create find_if for return values of member method.