.TH "std::chrono::hh_mm_ss< _Duration >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::chrono::hh_mm_ss< _Duration > .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Types" .in +1c .ti -1c .RI "using \fBprecision\fP = \fBduration\fP< \fBcommon_type_t\fP< typename _Duration::rep, chrono::seconds::rep >, \fBratio\fP< 1, __detail::__pow10(fractional_width)> >" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "constexpr \fBhh_mm_ss\fP (_Duration __d)" .br .ti -1c .RI "constexpr \fBchrono::hours\fP \fBhours\fP () const noexcept" .br .ti -1c .RI "constexpr bool \fBis_negative\fP () const noexcept" .br .ti -1c .RI "constexpr \fBchrono::minutes\fP \fBminutes\fP () const noexcept" .br .ti -1c .RI "constexpr \fBoperator precision\fP () const noexcept" .br .ti -1c .RI "constexpr \fBchrono::seconds\fP \fBseconds\fP () const noexcept" .br .ti -1c .RI "constexpr precision \fBsubseconds\fP () const noexcept" .br .ti -1c .RI "constexpr precision \fBto_duration\fP () const noexcept" .br .in -1c .SS "Static Public Attributes" .in +1c .ti -1c .RI "static constexpr unsigned \fBfractional_width\fP" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "template struct \fB__detail::__utc_leap_second\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template .br class std::chrono::hh_mm_ss< _Duration >"Utility for splitting a duration into hours, minutes, and seconds .PP This is a convenience type that provides accessors for the constituent parts (hours, minutes, seconds and subseconds) of a duration\&. .PP \fBSince\fP .RS 4 C++20 .RE .PP .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.