Home
last modified time | relevance | path

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

/third_party/boost/libs/units/test/
Dtest_conversion.cpp48 typedef bu::multiply_typeof_helper<si_length, cgs_length>::type mixed_length; typedef
52 typedef bu::divide_typeof_helper<bu::multiply_typeof_helper<cgs_mass,mixed_length>::type,
57 BOOST_CONSTEXPR_OR_CONST bu::quantity<mixed_length> a1(2.0 * mixed_length()); in BOOST_AUTO_TEST_CASE()
62 BOOST_CONSTEXPR_OR_CONST bu::quantity<mixed_length> a3(a2); in BOOST_AUTO_TEST_CASE()