Public Types | Public Member Functions

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

#include <composition.hh>

List of all members.

Public Types

typedef
composition_unary_impl_helper
< mln_trait_fun_is_assignable_(G_spe)::value,
F, F_spe, G, G_spe > 
super

Public Member Functions

 composition_unary_impl ()
 composition_unary_impl (const typename super::param &p)

Detailed Description

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

Definition at line 146 of file composition.hh.


Member Typedef Documentation

template<typename F , typename F_spe , typename G , typename G_spe >
typedef composition_unary_impl_helper<mln_trait_fun_is_assignable_(G_spe)::value, F, F_spe, G, G_spe> mln::fun::internal::composition_unary_impl< F, F_spe, G, G_spe >::super

Definition at line 149 of file composition.hh.


Constructor & Destructor Documentation

template<typename F , typename F_spe , typename G , typename G_spe >
mln::fun::internal::composition_unary_impl< F, F_spe, G, G_spe >::composition_unary_impl (  )  [inline]

Definition at line 151 of file composition.hh.

template<typename F , typename F_spe , typename G , typename G_spe >
mln::fun::internal::composition_unary_impl< F, F_spe, G, G_spe >::composition_unary_impl ( const typename super::param &  p  )  [inline]

Definition at line 152 of file composition.hh.