tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
last_spec.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_CHRONO_LAST_SPEC_HPP
4#define TETL_CHRONO_LAST_SPEC_HPP
5
6namespace etl::chrono {
7
19struct last_spec {
20 explicit last_spec() = default;
21};
22
25inline constexpr auto last = last_spec{};
26
27} // namespace etl::chrono
28
29#endif // TETL_CHRONO_LAST_SPEC_HPP
constexpr auto last
Definition last_spec.hpp:25
Definition abs.hpp:11