Home
last modified time | relevance | path

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

/third_party/boost/libs/units/example/
Ddimension.cpp74 << simplify_typename(length_dimension()) << std::endl in main()
76 << simplify_typename(mass_dimension()) << std::endl in main()
78 << simplify_typename(time_dimension()) << std::endl in main()
80 << simplify_typename(energy_dimension()) << std::endl; in main()
112 std::cout << "LM_type = " << simplify_typename(LM_type()) << std::endl in main()
113 << "L_T_type = " << simplify_typename(L_T_type()) << std::endl in main()
114 << "V_type = " << simplify_typename(V_type()) << std::endl; in main()
/third_party/boost/boost/units/detail/
Dutility.hpp48 inline std::string simplify_typename(const L& /*source*/) in simplify_typename() function
/third_party/boost/boost/units/
Dio.hpp805 case typename_fmt: do_print(*os, units::simplify_typename(Prefix())); *os << ' '; break; in operator ()()
870 case typename_fmt: do_print(os, simplify_typename(Unit())); break; in do_print_prefixed_impl()
994 return simplify_typename(typename reduce_unit< unit<Dimension,System> >::type()); in typename_string()