#include <Quantity.h>
Static Public Member Functions | |
template<class U, class ST> | |
static ST | VAL (const ST &value, const U &unit) |
specialization for UL being a Typelist; recursive template VAL recalculates value given in Unit U as if given in a (possibly fictional) standard unit; dynamically selected from overloaded function templates according to U; relies on identity of typeid to identify the polymorphic type of U which could be a reference to a base class;
Definition at line 977 of file Quantity.h.
static ST quantity::dynamic_standardize< Loki::Typelist< Head, Tail > >::VAL | ( | const ST & | value, | |
const U & | unit | |||
) | [inline, static] |
Definition at line 980 of file Quantity.h.