tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
chrono.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2// SPDX-FileCopyrightText: Copyright (C) 2020 Tobias Hienzsch
3
4#ifndef TETL_CHRONO_HPP
5#define TETL_CHRONO_HPP
6
7/// \defgroup chrono chrono
8/// C++ time utilities
9/// \ingroup utilities-library
10/// \example chrono.cpp
11/// \code{.cpp}
12/// #include <etl/chrono.hpp>
13/// \endcode
14
15#include <etl/_config/all.hpp>
16
17#include <etl/_chrono/abs.hpp>
18#include <etl/_chrono/ceil.hpp>
19#include <etl/_chrono/day.hpp>
20#include <etl/_chrono/duration.hpp>
21#include <etl/_chrono/duration_cast.hpp>
22#include <etl/_chrono/duration_values.hpp>
23#include <etl/_chrono/floor.hpp>
24#include <etl/_chrono/is_clock.hpp>
25#include <etl/_chrono/last_spec.hpp>
26#include <etl/_chrono/local_t.hpp>
27#include <etl/_chrono/month.hpp>
28#include <etl/_chrono/month_day.hpp>
29#include <etl/_chrono/month_day_last.hpp>
30#include <etl/_chrono/month_weekday.hpp>
31#include <etl/_chrono/month_weekday_last.hpp>
32#include <etl/_chrono/round.hpp>
33#include <etl/_chrono/system_clock.hpp>
34#include <etl/_chrono/time_point.hpp>
35#include <etl/_chrono/time_point_cast.hpp>
36#include <etl/_chrono/treat_as_floating_point.hpp>
37#include <etl/_chrono/weekday.hpp>
38#include <etl/_chrono/weekday_indexed.hpp>
39#include <etl/_chrono/weekday_last.hpp>
40#include <etl/_chrono/year.hpp>
41#include <etl/_chrono/year_month.hpp>
42#include <etl/_chrono/year_month_day.hpp>
43#include <etl/_chrono/year_month_day_last.hpp>
44#include <etl/_chrono/year_month_weekday.hpp>
45#include <etl/_chrono/year_month_weekday_last.hpp>
46
47#endif // TETL_CHRONO_HPP