#include <Composition.h>
Public Types | |
typedef CompositionStruct< A, B > | type |
Static Public Member Functions | |
static type | compose (const A &a, const B &b) |
Definition at line 26 of file Composition.h.
typedef CompositionStruct<A, B> funct::Composition< A, B >::type |
Definition at line 27 of file Composition.h.
|
inlinestatic |