.TH "std::chrono::tzdb_list::const_iterator" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::chrono::tzdb_list::const_iterator .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Types" .in +1c .ti -1c .RI "\fBusing\fP \fBdifference_type\fP = ptrdiff_t" .br .ti -1c .RI "\fBusing\fP \fBiterator_category\fP = \fBforward_iterator_tag\fP" .br .ti -1c .RI "\fBusing\fP \fBpointer\fP = const tzdb *" .br .ti -1c .RI "\fBusing\fP \fBreference\fP = const tzdb &" .br .ti -1c .RI "\fBusing\fP \fBvalue_type\fP = tzdb" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBconst_iterator\fP (const \fBconst_iterator\fP &)=\fBdefault\fP" .br .ti -1c .RI "\fBconst_iterator\fP (\fBconst_iterator\fP &&)=\fBdefault\fP" .br .ti -1c .RI "reference \fBoperator*\fP () const noexcept" .br .ti -1c .RI "\fBconst_iterator\fP & \fBoperator++\fP ()" .br .ti -1c .RI "\fBconst_iterator\fP \fBoperator++\fP (int)" .br .ti -1c .RI "pointer \fBoperator\->\fP () const noexcept" .br .ti -1c .RI "\fBconst_iterator\fP & \fBoperator=\fP (const \fBconst_iterator\fP &)=\fBdefault\fP" .br .ti -1c .RI "\fBconst_iterator\fP & \fBoperator=\fP (\fBconst_iterator\fP &&)=\fBdefault\fP" .br .ti -1c .RI "bool \fBoperator==\fP (const \fBconst_iterator\fP &) const noexcept=\fBdefault\fP" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "\fBclass\fP \fBtzdb_list\fP" .br .in -1c .SH "Detailed Description" .PP An iterator into the \fCtzdb_list\fP .PP As a extension, in libstdc++ each \fCtzdb\fP is reference-counted and the \fCconst_iterator\fP type shares ownership of the object it refers to\&. This ensures that a \fCtzdb\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\&.