GreaterPredicate< T > Struct Template Reference

#include <ArmarXCore/core/util/Predicates.h>

Public Member Functions

 GreaterPredicate (T t)
 
bool operator() (const T &other)
 

Public Attributes

const T t
 

Detailed Description

template<class T>
struct armarx::GreaterPredicate< T >

Definition at line 81 of file Predicates.h.

Constructor & Destructor Documentation

◆ GreaterPredicate()

GreaterPredicate ( T  t)
inline

Definition at line 83 of file Predicates.h.

Member Function Documentation

◆ operator()()

bool operator() ( const T other)
inline

Definition at line 84 of file Predicates.h.

Member Data Documentation

◆ t

const T t

Definition at line 88 of file Predicates.h.


The documentation for this struct was generated from the following file: