EqualPredicate< T > Struct Template Reference

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

Public Member Functions

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

Public Attributes

const T t
 

Detailed Description

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

Definition at line 33 of file Predicates.h.

Constructor & Destructor Documentation

◆ EqualPredicate()

EqualPredicate ( T  t)
inline

Definition at line 35 of file Predicates.h.

Member Function Documentation

◆ operator()()

bool operator() ( const T other)
inline

Definition at line 36 of file Predicates.h.

Member Data Documentation

◆ t

const T t

Definition at line 40 of file Predicates.h.


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