#include <Unit.h>
Public Types | |
typedef Loki::Typelist < typename CE::Power, Loki::NullType > | Powers |
specialization for a typelist with only a head compound element and a NullType; end of typelist; stores the power in the head element into Powers; ends recursion
Definition at line 842 of file Unit.h.
typedef Loki::Typelist<typename CE::Power, Loki::NullType> unit::GenPowers< Loki::Typelist< CE, Loki::NullType > >::Powers |