BALL  1.5.0
Public Member Functions | List of all members
BALL::UnaryPredicate< T > Class Template Reference

#include <BALL/CONCEPT/predicate.h>

Inheritance diagram for BALL::UnaryPredicate< T >:

Public Member Functions

virtual ~UnaryPredicate ()
 
Predicates
virtual bool operator() (const T &) const
 

Detailed Description

template<typename T>
class BALL::UnaryPredicate< T >

Generic Unary Predicate Class

Definition at line 28 of file CONCEPT/predicate.h.

Constructor & Destructor Documentation

◆ ~UnaryPredicate()

template<typename T >
virtual BALL::UnaryPredicate< T >::~UnaryPredicate ( )
inlinevirtual

Definition at line 33 of file CONCEPT/predicate.h.

Member Function Documentation

◆ operator()()

template<typename T >
bool BALL::UnaryPredicate< T >::operator() ( const T &  ) const
virtual

Definition at line 57 of file CONCEPT/predicate.h.