Home
last modified time | relevance | path

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

/third_party/boost/boost/units/systems/detail/
Dconstants.hpp42 struct physical_constant struct
44 typedef typename Base::value_type value_type;
45 BOOST_CONSTEXPR operator value_type() const { return Base().value(); } in operator value_type()
46 BOOST_CONSTEXPR value_type value() const { return Base().value(); } in value()
47 BOOST_CONSTEXPR value_type uncertainty() const { return Base().uncertainty(); } in uncertainty()
48 BOOST_CONSTEXPR value_type lower_bound() const { return Base().lower_bound(); } in lower_bound()
49 BOOST_CONSTEXPR value_type upper_bound() const { return Base().upper_bound(); } in upper_bound()