Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Reference

Header <boost/chrono/include.hpp>
Included on the C++11 Recommendation
Header <boost/chrono.hpp>
Header <boost/chrono/chrono.hpp>
Header <boost/chrono/duration.hpp>
Clock Requirements
TrivialClock Requirements
EcClock Requirements
Header <boost/chrono/time_point.hpp>
Header <boost/chrono/system_clocks.hpp>
Header <boost/chrono/clock_strings.hpp>
Header <boost/chrono/typeof/boost/chrono/chrono.hpp>
Chrono I/O V1
Header <boost/chrono/chrono_io.hpp>
Chrono I/O V2
Header <boost/chrono/chrono_io.hpp>
Header <boost/chrono/io/duration_style.hpp>
Header <boost/chrono/io/timezone.hpp>
Header <boost/chrono/io/ios_base_state.hpp>
Header <boost/chrono/io/duration_get.hpp>
Header <boost/chrono/io/duration_put.hpp>
Header <boost/chrono/io/duration_units.hpp>
Header <boost/chrono/io/duration_io.hpp>
Header <boost/chrono/io/time_point_get.hpp>
Header <boost/chrono/io/time_point_put.hpp>
Header <boost/chrono/io/time_point_units.hpp>
Header <boost/chrono/io/time_point_io.hpp>
Chrono Rounding Utilities
Header <boost/chrono/floor.hpp>
Header <boost/chrono/round.hpp>
Header <boost/chrono/ceil.hpp>
Other Clocks
Header <boost/chrono/process_cpu_clocks.hpp>
Header <boost/chrono/thread_clock.hpp>

As constexpr will not be supported by some compilers, it is replaced in the code by BOOST_CONSTEXPR for constexpr functions and BOOST_STATIC_CONSTEXPR for struct/class static fields. The same applies to noexecpt which is replaced by noexcept in the code.

The documentation doesn't use these macros.


PrevUpHomeNext