#include <Quantity.h>
Public Types | |
typedef unit::UnitError < true > | RET |
specialization for second argument being NullType; ends the recursion, end of Typelist is reached; consequently, U never matched any type in the original Typelist, and UnitError<true> is attempted to be instantiated; since this template specialization has never been defined, this attempt results in an error message.
Definition at line 296 of file Quantity.h.
typedef unit::UnitError<true> quantity::CheckAgainstAllUnits< U, Loki::NullType >::RET |
Definition at line 298 of file Quantity.h.