#include <composition.hh>
Public Member Functions | |
composition_param () | |
composition_param (const F &f, const G &g) | |
Public Attributes | |
F | f_ |
G | g_ |
Definition at line 44 of file composition.hh.
mln::fun::internal::composition_param< F, G >::composition_param | ( | const F & | f, | |
const G & | g | |||
) | [inline] |
Definition at line 46 of file composition.hh.
mln::fun::internal::composition_param< F, G >::composition_param | ( | ) | [inline] |
Definition at line 47 of file composition.hh.
F mln::fun::internal::composition_param< F, G >::f_ |
Definition at line 49 of file composition.hh.
Referenced by mln::fun::internal::composition_binary_impl< F, F_spe, G, G_spe >::read(), mln::fun::internal::composition_unary_impl_helper< false, F, F_spe, G, G_spe >::read(), and mln::fun::internal::composition_unary_impl_helper< true, F, F_spe, G, G_spe >::write().
G mln::fun::internal::composition_param< F, G >::g_ |
Definition at line 50 of file composition.hh.
Referenced by mln::fun::internal::composition_binary_impl< F, F_spe, G, G_spe >::read(), mln::fun::internal::composition_unary_impl_helper< false, F, F_spe, G, G_spe >::read(), and mln::fun::internal::composition_unary_impl_helper< true, F, F_spe, G, G_spe >::write().