MTL 4: mtl::sfunctor::compose_both< F, G, H > Struct Template Reference
F
, G
, and H
with G/H in F's first/second argument, i.e. compute f(g(x), h(y)).
More...
#include <sfunctor.hpp>
F
, G
, and H
with G/H in F's first/second argument, i.e. compute f(g(x), h(y)).
F/G must be models of StaticBinaryFunctor/StaticUnaryFunctor, StaticUnaryFunctor<G>::result_type must be convertible to StaticBinaryFunctor<F>::first_argument_type and StaticUnaryFunctor<H>::result_type must be convertible to StaticBinaryFunctor<F>::second_argument_type. Under these conditions compose_both<F, G, H> will be a model of StaticBinaryFunctor.
mtl::sfunctor::compose_both< F, G, H > Struct Template Reference -- MTL 4 -- Peter Gottschling and Andrew Lumsdaine
-- Gen. with
rev. 7542
on 7 Apr 2011 by doxygen 1.5.9 -- © 2010 by SimuNova UG.