BALL 1.5.0
Loading...
Searching...
No Matches
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()()