CatapultServer  v0.5.0.1 (Elephant)
Functional.h File Reference
Include dependency graph for Functional.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 catapult
 
 catapult::utils
 

Functions

template<typename TContainer , typename TInitial , typename TFunction >
auto catapult::utils::Reduce (const TContainer &container, TInitial initialValue, TFunction fun)
 
template<typename TContainer , typename TFunction >
auto catapult::utils::Sum (const TContainer &container, TFunction accessor)