CatapultServer  v0.5.0.1 (Elephant)
functions.h File Reference
Include dependency graph for functions.h:

Go to the source code of this file.

Namespaces

 catapult
 

Typedefs

using catapult::action = std::function< void()>
 An action function. More...
 
template<typename... TArgs>
using catapult::predicate = std::function< bool(TArgs...)>
 A predicate function. More...
 
template<typename... TArgs>
using catapult::consumer = std::function< void(TArgs...)>
 A consumer function. More...
 
template<typename T >
using catapult::supplier = std::function< T()>
 A (stateless) supplier function. More...