std::chrono::duration_values::min

static constexpr Rep min();

Returns the lowest possible representation.

Parameters

(none).

Return value

returns std::numeric_limits<Rep>::lowest().

See also

[static]
returns the special duration value min
(public static member function of std::chrono::duration)
[static]
returns a zero-length representation
(public static member function)
[static]
returns the largest possible representation
(public static member function)
doc_CPP
2016-10-11 10:01:49
Comments
Leave a Comment

Please login to continue.