GreaterEqualPredicate< T > Struct Template Reference

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

Public Member Functions

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

Public Attributes

const T t
 

Detailed Description

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

Definition at line 113 of file Predicates.h.

Constructor & Destructor Documentation

◆ GreaterEqualPredicate()

GreaterEqualPredicate ( T  t)
inline

Definition at line 115 of file Predicates.h.

Member Function Documentation

◆ operator()()

bool operator() ( const T other)
inline

Definition at line 116 of file Predicates.h.

Member Data Documentation

◆ t

const T t

Definition at line 120 of file Predicates.h.


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