DataTransferKit - Multiphysics Solution Transfer Services
2.0
|
Tools for predicate composition. More...
#include <DTK_PredicateComposition.hpp>
Public Types | |
template<class T > | |
using | Predicate = std::function< bool(T)> |
Predicate alias. More... | |
Public Member Functions | |
PredicateComposition () | |
Constructor. More... | |
Tools for predicate composition.
A stateless class of tools for predicate composition.
Definition at line 56 of file DTK_PredicateComposition.hpp.
using DataTransferKit::PredicateComposition::Predicate = std::function<bool( T )> |
Predicate alias.
Definition at line 61 of file DTK_PredicateComposition.hpp.
|
inline |
Constructor.
Definition at line 66 of file DTK_PredicateComposition.hpp.