#include <Quantity.h>
Static Public Member Functions | |
static int | index (const std::string &) |
dummy routine, does not return a value |
specialization to end recursion; end of Typelist is reached; symbol is not found in any of the previously checked units; a UnitMismatch is thrown.
Definition at line 160 of file Quantity.h.
static int quantity::UnitIndexBySymbol< Loki::NullType >::index | ( | const std::string & | ) | [inline, static] |
dummy routine, does not return a value
the return value will never be used, since, before return, a UnitMismatch exception is thrown.
Definition at line 167 of file Quantity.h.