tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
treat_as_floating_point.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_CHRONO_TREAT_AS_FLOATING_POINT_HPP
4#define TETL_CHRONO_TREAT_AS_FLOATING_POINT_HPP
5
7
8namespace etl::chrono {
9
19template <typename Rep>
21
23template <typename Rep>
25
26} // namespace etl::chrono
27
28#endif // TETL_CHRONO_TREAT_AS_FLOATING_POINT_HPP
constexpr bool treat_as_floating_point_v
Definition treat_as_floating_point.hpp:24
Definition abs.hpp:11
The etl::chrono::treat_as_floating_point trait helps determine if a duration can be converted to anot...
Definition treat_as_floating_point.hpp:20
static constexpr bool value
Definition integral_constant.hpp:10
Checks whether T is a floating-point type. Provides the member constant value which is equal to true,...
Definition is_floating_point.hpp:20