UnequalPredicate< T > Struct Template Reference

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

Public Member Functions

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

Public Attributes

const T t
 

Detailed Description

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

Definition at line 49 of file Predicates.h.

Constructor & Destructor Documentation

◆ UnequalPredicate()

UnequalPredicate ( T  t)
inline

Definition at line 51 of file Predicates.h.

Member Function Documentation

◆ operator()()

bool operator() ( const T other)
inline

Definition at line 52 of file Predicates.h.

Member Data Documentation

◆ t

const T t

Definition at line 56 of file Predicates.h.


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