tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
is_clock.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_CHRONO_IS_CLOCK_HPP
4#define TETL_CHRONO_IS_CLOCK_HPP
5
7
8namespace etl::chrono {
9
14template <typename>
16
18template <typename T>
19inline constexpr bool is_clock_v = is_clock<T>::value;
20
21} // namespace etl::chrono
22
23#endif // TETL_CHRONO_IS_CLOCK_HPP
constexpr bool is_clock_v
Definition is_clock.hpp:19
Definition abs.hpp:11
bool_constant< false > false_type
Definition bool_constant.hpp:14
If T satisfies the Clock requirements, provides the member constant value equal true....
Definition is_clock.hpp:15
static constexpr bool value
Definition integral_constant.hpp:10