LessEqualPredicate< T > Struct Template Reference

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

Public Member Functions

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

Public Attributes

const T t
 

Detailed Description

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

Definition at line 97 of file Predicates.h.

Constructor & Destructor Documentation

◆ LessEqualPredicate()

LessEqualPredicate ( T  t)
inline

Definition at line 99 of file Predicates.h.

Member Function Documentation

◆ operator()()

bool operator() ( const T other)
inline

Definition at line 100 of file Predicates.h.

Member Data Documentation

◆ t

const T t

Definition at line 104 of file Predicates.h.


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