#include <Unit.h>
Public Types | |
typedef Loki::Typelist< Loki::Typelist< U1, Loki::Typelist< U, UTail > >, typename GenComposedList< U1, CULTail >::List > | List |
specialization for adding a unit to a previous ComposedList, i.e. second argument being a Loki::Typelist of Loki::Typelists; this construct is a list of all those units already composed, each entry consists of a list of the units which have been combined; the unit to be applied is added to the first element in the list of composed units and then recurses through this list, adding the unit to all elements.
Definition at line 701 of file Unit.h.
|
|