![]() |
Home | Libraries | People | FAQ | More |
<boost/chrono/include.hpp>
<boost/chrono.hpp>
<boost/chrono/chrono.hpp>
<boost/chrono/duration.hpp>
Clock
RequirementsTrivialClock
RequirementsEcClock
Requirements<boost/chrono/time_point.hpp>
<boost/chrono/system_clocks.hpp>
<boost/chrono/clock_strings.hpp>
<boost/chrono/typeof/boost/chrono/chrono.hpp>
<boost/chrono/chrono_io.hpp>
<boost/chrono/io/duration_style.hpp>
<boost/chrono/io/timezone.hpp>
<boost/chrono/io/ios_base_state.hpp>
<boost/chrono/io/duration_get.hpp>
<boost/chrono/io/duration_put.hpp>
<boost/chrono/io/duration_units.hpp>
<boost/chrono/io/duration_io.hpp>
<boost/chrono/io/time_point_get.hpp>
<boost/chrono/io/time_point_put.hpp>
<boost/chrono/io/time_point_units.hpp>
<boost/chrono/io/time_point_io.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.