3#ifndef TETL_CHRONO_DURATION_VALUES_HPP
4#define TETL_CHRONO_DURATION_VALUES_HPP
18template <
typename Rep>
22 [[nodiscard]]
static constexpr auto zero() -> Rep {
return Rep{}; }
The etl::chrono::duration_values type defines three common durations.
Definition duration_values.hpp:19
static constexpr auto max() -> Rep
Returns the special duration value max.
Definition duration_values.hpp:28
static constexpr auto min() -> Rep
Returns the smallest possible representation.
Definition duration_values.hpp:25
static constexpr auto zero() -> Rep
Returns a zero-length representation.
Definition duration_values.hpp:22
static constexpr auto max() noexcept
Definition numeric_limits.hpp:21
static constexpr auto lowest() noexcept
Definition numeric_limits.hpp:22