Home
last modified time | relevance | path

Searched refs:mass_unit (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/units/test/
Dtest_header.hpp68 struct mass_unit : base_unit<mass_unit, mass_dimension, 5> {}; struct
71 typedef make_system<length_unit, mass_unit, time_unit>::type system;
110 template<> struct base_unit_info<mass_unit>
Dtest_complicated_system.cpp88 …::units::reduce_unit<boost::units::unit<boost::units::mass_dimension, mk_system> >::type mass_unit; typedef
92 BOOST_MPL_ASSERT((boost::is_same<mass_unit, kilogram::unit_type>)); in test()