.TH "std::chrono::tzdb_list::const_iterator" 3 "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::chrono::tzdb_list::const_iterator .SH SYNOPSIS .br .PP .PP \fR#include \fP .SS "Public Types" .in +1c .ti -1c .RI "using \fBdifference_type\fP" .br .ti -1c .RI "using \fBiterator_category\fP" .br .ti -1c .RI "using \fBpointer\fP" .br .ti -1c .RI "using \fBreference\fP" .br .ti -1c .RI "using \fBvalue_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBconst_iterator\fP (const const_iterator &)=default" .br .ti -1c .RI "\fBconst_iterator\fP (const_iterator &&)=default" .br .ti -1c .RI "reference \fBoperator*\fP () const noexcept" .br .ti -1c .RI "const_iterator & \fBoperator++\fP ()" .br .ti -1c .RI "const_iterator \fBoperator++\fP (int)" .br .ti -1c .RI "pointer \fBoperator\->\fP () const noexcept" .br .ti -1c .RI "const_iterator & \fBoperator=\fP (const const_iterator &)=default" .br .ti -1c .RI "const_iterator & \fBoperator=\fP (const_iterator &&)=default" .br .ti -1c .RI "bool \fBoperator==\fP (const const_iterator &) const noexcept=default" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "class \fBtzdb_list\fP" .br .in -1c .SH "Detailed Description" .PP An iterator into the \fRtzdb_list\fP .PP As a extension, in libstdc++ each \fRtzdb\fP is reference-counted and the \fRconst_iterator\fP type shares ownership of the object it refers to\&. This ensures that a \fRtzdb\fP erased from the list will not be destroyed while there is an iterator that refers to it\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.