.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 "\fBusing\fP \fBprecision\fP = \fBduration\fP< \fBcommon_type_t\fP< \fBtypename\fP _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 (\fB_Duration\fP __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 \fBprecision\fP \fBsubseconds\fP () const noexcept" .br .ti -1c .RI "constexpr \fBprecision\fP \fBto_duration\fP () const noexcept" .br .in -1c .SS "Static Public Attributes" .in +1c .ti -1c .RI "\fBstatic\fP constexpr unsigned \fBfractional_width\fP" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "template<\fBtypename\fP > \fBstruct\fP \fB__detail::__utc_leap_second\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template<\fBtypename\fP \fB_Duration\fP> .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\&.