Searched refs:base_unit1 (Results 1 – 2 of 2) sorted by relevance
45 struct base_unit1 : bu::base_unit<base_unit1, base_dimension1::dimension_type, 1> {}; struct54 BOOST_UNITS_DEFINE_CONVERSION_FACTOR(base_unit1, scaled_base_unit2, double, 5);59 …BOOST_UNITS_CHECK_CLOSE(bu::conversion_factor(base_unit1::unit_type(), base_unit2::unit_type()), 5… in test_main()
47 struct base_unit1 : bu::base_unit<base_unit1, dimension, 100> {}; struct50 typedef bu::make_system<base_unit1>::type system1;