Namespaces
Variants
Views
Actions

std::chrono::hh_mm_ss<Duration>::operator precision, std::chrono::hh_mm_ss<Duration>::to_duration

From cppreference.com
< cpp‎ | chrono‎ | hh mm ss
Revision as of 07:52, 28 October 2023 by Andreas Krug (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
 
 
Utilities library
General utilities
Relational operators (deprecated in C++20)
 
 
 
constexpr explicit operator precision() const noexcept;
(1)
constexpr precision to_duration() const noexcept;
(2)

Returns the represented duration.

[edit] Return value

The represented duration.

[edit] Example