compose (3) - Linux Manuals
compose: functionals and combinators not included in the STL
NAME
ql/math/functional.hpp - functionals and combinators not included in the STL
SYNOPSIS
#include <ql/types.hpp>
#include <cmath>
#include <functional>
Functions
template<class F , class R > clipped_function< F, R > clip (const F &f, const R &r)
template<class F , class G > composed_function< F, G > compose (const F &f, const G &g)
template<class F , class G , class H > binary_compose3_function< F, G, H > compose3 (const F &f, const G &g, const H &h)
Detailed Description
functionals and combinators not included in the STL
Author
Generated automatically by Doxygen for QuantLib from the source code.