#include <Quantity.h>
Public Types | |
typedef Units::UnitError< true > | RET |
specialization for second parameter 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 266 of file Quantity.h.