Home
last modified time | relevance | path

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

/third_party/boost/boost/units/base_units/si/
Dsecond.hpp26 struct second_base_unit : public base_unit<second_base_unit, time_dimension, -7> struct
42 BOOST_TYPEOF_REGISTER_TYPE(boost::units::si::second_base_unit)
/third_party/boost/libs/units/test/
Dtest_output.cpp51 struct second_base_unit : boost::units::base_unit<second_base_unit, boost::units::time_dimension, 2… struct
61 typedef boost::units::make_system<meter_base_unit, second_base_unit>::type my_system; argument
/third_party/boost/libs/units/example/
Dtest_system.hpp94 struct second_base_unit : base_unit<second_base_unit, time_dimension, 3> { }; struct