std::__detail::_Node_const_iterator< _Value, __constant_iterators, __cache > - Node const_iterators, used
Contents
Detailed Description
template<typename_Value,bool__constant_iterators,bool__cache>
struct std::__detail::_Node_const_iterator< _Value, __constant_iterators, __cache >" Node
const_iterators, used to iterate through all the hashtable.
Definition at line 369 of file hashtable_policy.h.
Name
std::__detail::_Node_const_iterator< _Value, __constant_iterators, __cache > - Node const_iterators, used
to iterate through all the hashtable.
Synopsis
Inherits std::__detail::_Node_iterator_base<_Value,__cache>.
PublicTypes
typedef std::ptrdiff_t difference_type
typedef std::forward_iterator_tagiterator_category
typedef const _Value * pointer
typedef const _Value & reference
typedef _Value value_typePublicMemberFunctions_Node_const_iterator (__node_type *__p) noexcept
_Node_const_iterator (const _Node_iterator< _Value, __constant_iterators, __cache > &__x) noexcept
void _M_incr () noexcept
reference operator* () const noexcept
_Node_const_iterator & operator++ () noexcept
_Node_const_iteratoroperator++ (int) noexcept
pointer operator-> () const noexcept
PublicAttributes
__node_type * _M_cur