.TH "std::chrono::hh_mm_ss< _Duration >" 3 "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::chrono::hh_mm_ss< _Duration > .SH SYNOPSIS .br .PP .PP \fR#include \fP .SS "Public Types" .in +1c .ti -1c .RI "\fBusing\fP \fBprecision\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBconstexpr\fP \fBhh_mm_ss\fP (\fB_Duration\fP __d)" .br .ti -1c .RI "\fBconstexpr\fP \fBchrono::hours\fP \fBhours\fP () \fBconst\fP noexcept" .br .ti -1c .RI "\fBconstexpr\fP bool \fBis_negative\fP () \fBconst\fP noexcept" .br .ti -1c .RI "\fBconstexpr\fP \fBchrono::minutes\fP \fBminutes\fP () \fBconst\fP noexcept" .br .ti -1c .RI "\fBconstexpr\fP \fBoperator precision\fP () \fBconst\fP noexcept" .br .ti -1c .RI "\fBconstexpr\fP \fBchrono::seconds\fP \fBseconds\fP () \fBconst\fP noexcept" .br .ti -1c .RI "\fBconstexpr\fP \fBprecision\fP \fBsubseconds\fP () \fBconst\fP noexcept" .br .ti -1c .RI "\fBconstexpr\fP \fBprecision\fP \fBto_duration\fP () \fBconst\fP noexcept" .br .in -1c .SS "Static Public Attributes" .in +1c .ti -1c .RI "\fBstatic\fP \fBconstexpr\fP unsigned \fBfractional_width\fP" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "template \fBstruct\fP \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\&.