#include <Unit.h>
Public Types | |
typedef Loki::Typelist < Loki::Typelist< U, Loki::NullType >, typename GenComposedList < UTail, Loki::NullType > ::List > | List |
specialization for no previous ComposedList, i.e. second argument being NullType, the Loki::Typelist of units to be applied starts with U; this starts the list of composed units; it adds the unit U as the first element to a Loki::Typelist and then recurses through all elements of the list of units to be applied.
Definition at line 688 of file Unit.h.