Home
last modified time | relevance | path

Searched defs:time1_base_unit (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/units/tutorial/
Dtutorial_1.cpp46 struct time1_base_unit : base_unit<time1_base_unit,time_dimension,3> struct
48 static std::string name() { return "time1"; } in name()
49 static std::string symbol() { return "t1"; } in symbol()