#include <Unit.h>
Public Types | |
typedef Loki::Typelist< NonPrefixable< GT1, U, ST >, Tail > | Units |
typedef BSUtilities::Rational< N, D > | Power |
Private Types | |
typedef CheckUnits< Unit< GT1, ST >, Loki::Typelist< NonPrefixable< GT1, U, ST >, Tail > >::Checked | Checked |
specialization for second parameter being a typelist, and third parameter being a Rational<>; checks that all units in the typelist are subclassed from Unit<GT, ST> using the CheckUnits<> template.
Definition at line 621 of file Unit.h.