#include </home/casse/Dev/elm/src/concepts.h>
template<class T>
struct elm::concept::Predicate< T >
A predicate enables testing of an item and returns true or false. They are usually used by set functions as elm::forall() or elm::exists().
- Parameters
-
Predicate concept.
- Parameters
-
◆ operator()()
bool operator() |
( |
const T & |
v | ) |
|
◆ test()
bool test |
( |
const T & |
item | ) |
|
Test if the predicate is true for the given item.
- Parameters
-
- Returns
- True or false according to the internal policy.
The documentation for this struct was generated from the following files: