![]() |
Home | Libraries | People | FAQ | More |
boost::date_time::counted_time_rep — Time representation that uses a single integer count.
// In header: <boost/date_time/time_system_counted.hpp> template<typename config> struct counted_time_rep { // types typedef ; typedef ; typedef ; typedef ; typedef ; typedef ; typedef ; typedef ; // construct/copy/destruct (const , const ); (); (); // public member functions BOOST_CXX14_CONSTEXPR () ; BOOST_CXX14_CONSTEXPR unsigned long () ; BOOST_CXX14_CONSTEXPR () ; BOOST_CXX14_CONSTEXPR () ; BOOST_CXX14_CONSTEXPR bool () ; BOOST_CXX14_CONSTEXPR bool () ; BOOST_CXX14_CONSTEXPR bool () ; BOOST_CXX14_CONSTEXPR bool () ; BOOST_CXX14_CONSTEXPR () ; // public static functions BOOST_CXX14_CONSTEXPR (); };