#include <Quantity.h>
Static Public Member Functions | |
static std::vector < std::string > & | result (std::vector< std::string > &stringvector) |
extract and store one string |
reads from a typelist of units UL and stores in a std::vector
Definition at line 175 of file Quantity.h.
static std::vector<std::string>& quantity::ListUnitSymbols< UL >::result | ( | std::vector< std::string > & | stringvector | ) | [inline, static] |
extract and store one string
extract symbol string of first unit in typelist UL and store; recursively call on all remaining units in UL.
Definition at line 184 of file Quantity.h.