.TH "std::__detail::_Node_iterator< _Value, __constant_iterators, __cache >" 3cxx "Sun Feb 7 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__detail::_Node_iterator< _Value, __constant_iterators, __cache > \- Node iterators, used to iterate through all the hashtable\&. .SH SYNOPSIS .br .PP .PP Inherits \fBstd::__detail::_Node_iterator_base< _Value, __cache >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef std::ptrdiff_t \fBdifference_type\fP" .br .ti -1c .RI "typedef \fBstd::forward_iterator_tag\fP \fBiterator_category\fP" .br .ti -1c .RI "using \fBpointer\fP = typename \fBstd::conditional\fP< __constant_iterators, const _Value *, _Value * >::type" .br .ti -1c .RI "using \fBreference\fP = typename \fBstd::conditional\fP< __constant_iterators, const _Value &, _Value & >::type" .br .ti -1c .RI "typedef _Value \fBvalue_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fB_Node_iterator\fP (__node_type *__p) noexcept" .br .ti -1c .RI "void \fB_M_incr\fP () noexcept" .br .ti -1c .RI "reference \fBoperator*\fP () const noexcept" .br .ti -1c .RI "\fB_Node_iterator\fP & \fBoperator++\fP () noexcept" .br .ti -1c .RI "\fB_Node_iterator\fP \fBoperator++\fP (int) noexcept" .br .ti -1c .RI "pointer \fBoperator\->\fP () const noexcept" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "__node_type * \fB_M_cur\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template .br struct std::__detail::_Node_iterator< _Value, __constant_iterators, __cache >" Node iterators, used to iterate through all the hashtable\&. .PP Definition at line 318 of file hashtable_policy\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.