Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
PredicateWithArg< T, A > Struct Template Reference

#include </home/casse/Dev/elm/src/data.h>

Public Member Functions

bool operator() (const T &v, const A &a)
 

Detailed Description

template<class T, class A>
struct elm::concept::PredicateWithArg< T, A >

Predicate concept with additional argument.

Parameters
TType of value to test.
AType of argument.

Member Function Documentation

◆ operator()()

bool operator() ( const T &  v,
const A &  a 
)

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