4#ifndef TETL_CHRONO_DURATION_VALUES_HPP
5#define TETL_CHRONO_DURATION_VALUES_HPP
7#include <etl/_limits/numeric_limits.hpp>
19template <
typename Rep>
Definition adjacent_find.hpp:9
The etl::chrono::duration_values type defines three common durations.
Definition duration_values.hpp:20
static constexpr auto max() -> Rep
Returns the special duration value max.
Definition duration_values.hpp:35
static constexpr auto min() -> Rep
Returns the smallest possible representation.
Definition duration_values.hpp:29
static constexpr auto zero() -> Rep
Returns a zero-length representation.
Definition duration_values.hpp:23
Definition numeric_limits.hpp:18