table of contents
other versions
- Tumbleweed 2024.07.05-1.3
- Leap-16.0
- Leap-15.6
std::chrono::duration_values::zero(3) | C++ Standard Libary | std::chrono::duration_values::zero(3) |
NAME¶
std::chrono::duration_values::zero - std::chrono::duration_values::zero
Synopsis¶
static constexpr Rep zero(); (since C++11)
(until C++20)
static constexpr Rep zero() noexcept; (since C++20)
Returns a zero-length representation.
Parameters¶
(none)
Return value¶
Rep(0)
See also¶
zero returns the special duration value zero
[static] (public static member function of
std::chrono::duration<Rep,Period>)
min returns the smallest possible representation
[static] (public static member function)
max returns the largest possible representation
[static] (public static member function)
2024.06.10 | http://cppreference.com |