Public Types | Static Public Member Functions

mln::fun::internal::composition_unary_impl_helper< false, F, F_spe, G, G_spe > Struct Template Reference

#include <composition.hh>

Inheritance diagram for mln::fun::internal::composition_unary_impl_helper< false, F, F_spe, G, G_spe >:
Inheritance graph

List of all members.

Public Types

typedef G_spe::argument argument
typedef composition_param< F, G > param
typedef F_spe::result result

Static Public Member Functions

static result read (const param &p, const argument &x)

Detailed Description

template<typename F, typename F_spe, typename G, typename G_spe>
struct mln::fun::internal::composition_unary_impl_helper< false, F, F_spe, G, G_spe >

Definition at line 114 of file composition.hh.


Member Typedef Documentation

template<typename F , typename F_spe , typename G , typename G_spe >
typedef G_spe::argument mln::fun::internal::composition_unary_impl_helper< false, F, F_spe, G, G_spe >::argument

Definition at line 116 of file composition.hh.

template<typename F , typename F_spe , typename G , typename G_spe >
typedef composition_param<F, G> mln::fun::internal::composition_unary_impl_helper< false, F, F_spe, G, G_spe >::param

Definition at line 118 of file composition.hh.

template<typename F , typename F_spe , typename G , typename G_spe >
typedef F_spe::result mln::fun::internal::composition_unary_impl_helper< false, F, F_spe, G, G_spe >::result

Definition at line 117 of file composition.hh.


Member Function Documentation

template<typename F , typename F_spe , typename G , typename G_spe >
static result mln::fun::internal::composition_unary_impl_helper< false, F, F_spe, G, G_spe >::read ( const param p,
const argument x 
) [inline, static]