std::chrono::hh_mm_ss<Duration>::
operator precision,
std::chrono::hh_mm_ss<Duration>::
to_duration
<
cpp
|
chrono
|
hh mm ss
constexpr
explicit
operator precision
(
)
const
noexcept
;
(1)
constexpr
precision to_duration
(
)
const
noexcept
;
(2)
Returns the represented duration.
Return value
The represented duration.
Example
This section is incomplete
Reason: no example