Home
last modified time | relevance | path

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

/third_party/boost/boost/units/physical_dimensions/
Dlength.hpp22 struct length_base_dimension : struct
/third_party/boost/libs/units/example/
Dtest_system.hpp33 struct length_base_dimension : base_dimension<length_base_dimension,1> { }; struct
/third_party/boost/libs/units/tutorial/
Dtutorial_1.cpp28 struct length_base_dimension : boost::units::base_dimension<length_base_dimension,1> { }; ///… struct