#include "Utility/pre-post-conditions.h"
Include dependency graph for function-adapter.h:
Go to the source code of this file.
Compounds | |
class | unary_fct_ref |
Adapter for enforcing reference semantic in case of "heavy" function objects. More... | |
class | unary_map_composition |
Composition of two heavy maps, using reference semantics. More... | |
Functions | |
template<class F> unary_fct_ref< F > | make_unary_fct_ref (const F &f) |
template<class M1, class M2> unary_map_composition< M1, M2 > | compose_map (M1 const &m1, M2 const &m2) |
creator function for unary_map_composition. More... |