#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.
static type funct::Composition< A, B >::compose | ( | const A & | a, |
const B | b | ||
) | [inline, static] |
Definition at line 28 of file Composition.h.