DataTransferKit - Multiphysics Solution Transfer Services  2.0
Public Types | Public Member Functions | List of all members
DataTransferKit::PredicateComposition Class Reference

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...
 

Detailed Description

Tools for predicate composition.

A stateless class of tools for predicate composition.

Definition at line 56 of file DTK_PredicateComposition.hpp.

Member Typedef Documentation

template<class T >
using DataTransferKit::PredicateComposition::Predicate = std::function<bool( T )>

Predicate alias.

Definition at line 61 of file DTK_PredicateComposition.hpp.

Constructor & Destructor Documentation

DataTransferKit::PredicateComposition::PredicateComposition ( )
inline

Constructor.

Definition at line 66 of file DTK_PredicateComposition.hpp.


The documentation for this class was generated from the following files: