tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
local_t.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_CHRONO_LOCAL_T_HPP
4#define TETL_CHRONO_LOCAL_T_HPP
5
8
9namespace etl::chrono {
10
17struct local_t { };
18
20template <typename Duration>
22
25
28
29} // namespace etl::chrono
30
31#endif // TETL_CHRONO_LOCAL_T_HPP
local_time< etl::chrono::seconds > local_seconds
Definition local_t.hpp:24
etl::chrono::time_point< etl::chrono::local_t, Duration > local_time
Definition local_t.hpp:21
local_time< etl::chrono::days > local_days
Definition local_t.hpp:27
Definition abs.hpp:11
The class local_t is a pseudo-clock that is used as the first template argument to etl::chrono::time_...
Definition local_t.hpp:17
Class template time_point represents a point in time. It is implemented as if it stores a value of ty...
Definition time_point.hpp:21