Home
last modified time | relevance | path

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

/third_party/boost/boost/date_time/
Dtime_resolution_traits.hpp39 struct time_resolution_traits_adapted32_impl { struct
40 typedef boost::int32_t int_type;
41 typedef boost::date_time::int_adapter<boost::int32_t> impl_type;
42 static BOOST_CXX14_CONSTEXPR int_type as_number(impl_type i){ return i.as_number();} in as_number()
44 static BOOST_CXX14_CONSTEXPR bool is_adapted() { return true;} in is_adapted()