4#ifndef TETL_CHRONO_TREAT_AS_FLOATING_POINT_HPP
5#define TETL_CHRONO_TREAT_AS_FLOATING_POINT_HPP
7#include <etl/_type_traits/is_floating_point.hpp>
20template <
typename Rep>
24template <
typename Rep>
constexpr bool treat_as_floating_point_v
Definition treat_as_floating_point.hpp:25
Definition adjacent_find.hpp:9
The etl::chrono::treat_as_floating_point trait helps determine if a duration can be converted to anot...
Definition treat_as_floating_point.hpp:21