3#ifndef TETL_CHRONO_TREAT_AS_FLOATING_POINT_HPP
4#define TETL_CHRONO_TREAT_AS_FLOATING_POINT_HPP
19template <
typename Rep>
23template <
typename Rep>
constexpr bool treat_as_floating_point_v
Definition treat_as_floating_point.hpp:24
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