#include <compose.hh>
Public Types | |
| typedef F | argument1 |
| typedef G | argument2 |
| typedef composition< CatF, F, CatG, G >::exact_type | result |
Public Member Functions | |
| typedef | mln_trait_fun_param (result) param |
Static Public Member Functions | |
| static result | read (const F &f, const G &g) |
Definition at line 60 of file compose.hh.
| typedef F mln::fun::internal::compose_helper< CatF, F, CatG, G >::argument1 |
Definition at line 62 of file compose.hh.
| typedef G mln::fun::internal::compose_helper< CatF, F, CatG, G >::argument2 |
Definition at line 63 of file compose.hh.
| typedef composition<CatF, F, CatG, G>::exact_type mln::fun::internal::compose_helper< CatF, F, CatG, G >::result |
Definition at line 65 of file compose.hh.
| typedef mln::fun::internal::compose_helper< CatF, F, CatG, G >::mln_trait_fun_param | ( | result | ) |
| static result mln::fun::internal::compose_helper< CatF, F, CatG, G >::read | ( | const F & | f, | |
| const G & | g | |||
| ) | [inline, static] |
Definition at line 68 of file compose.hh.
1.7.1