Milena (Olena)
User documentation 2.0a Id
|
Represent a composition of two transformations. More...
#include <composed.hh>
Inherits helper_composed_< T2, T1, composed< T2, T1 >,(mlc_is(T2, Function_v2v< T2 >)::value &&mlc_is(T1, Function_v2v< T1 >)::value) >, and check_t< metal::bool_<(T2::dim==T1::dim)>, metal::is< mln_argument(T2), T1::result > >.
Public Member Functions | |
composed () | |
Constructor without argument. | |
composed (const T2 &f, const T1 &g) | |
Constructor with the two transformation to be composed. | |
Represent a composition of two transformations.
Definition at line 144 of file composed.hh.
|
inline |
Constructor without argument.
Definition at line 153 of file composed.hh.
|
inline |
Constructor with the two transformation to be composed.
Definition at line 156 of file composed.hh.