Home
last modified time | relevance | path

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

/third_party/boost/libs/ratio/example/
Dduration.hpp73 namespace boost_ex { namespace
193 struct common_type<boost_ex::chrono::duration<Rep1, Period1>,
194 boost_ex::chrono::duration<Rep2, Period2> >;
197 namespace boost_ex { namespace
431 struct common_type<boost_ex::chrono::duration<Rep1, Period1>,
432 boost_ex::chrono::duration<Rep2, Period2> >
434 typedef boost_ex::chrono::duration<typename common_type<Rep1, Rep2>::type,
445 namespace boost_ex { namespace
452 …BOOST_EX_CHRONO_STATIC_ASSERT(!boost_ex::chrono::detail::is_duration<Rep>::value, BOOST_EX_CHRONO_…
620 typename boost::disable_if <boost_ex::chrono::detail::is_duration<Rep2>,
[all …]
Dsi_physics.cpp65 typedef boost_ex::chrono::duration<double> seconds; // unity
67 typedef boost_ex::chrono::duration<double, boost::pico> picosecond; // 10^-12 seconds
68 typedef boost_ex::chrono::duration<double, boost::femto> femtosecond; // 10^-15 seconds
69 typedef boost_ex::chrono::duration<double, boost::atto> attosecond; // 10^-18 seconds
199 boost_ex::chrono::hours h((2)); in main()
/third_party/boost/libs/ratio/example/type_traits/
Dadd_rvalue_reference.hpp34 namespace boost_ex { namespace
55 typedef typename boost_ex::type_traits_detail::add_rvalue_reference_helper
61 BOOST_TT_AUX_TYPE_TRAIT_DEF1(add_rvalue_reference,T,typename boost_ex::type_traits_detail::add_rval…
Ddeclval.hpp37 namespace boost_ex { namespace
Dcommon_type.hpp64 namespace boost_ex { namespace
/third_party/boost/libs/chrono/example/
Dtimer.hpp17 namespace boost_ex namespace
/third_party/boost/libs/ratio/example/type_traits/detail/
Dcommon_type.hpp49 namespace boost_ex namespace