DOKK / manpages / debian 10 / libstdc++-7-doc / std::__detail::_Node_iterator.3cxx.en
std::__detail::_Node_iterator< _Value, __constant_iterators, __cache >(3cxx) std::__detail::_Node_iterator< _Value, __constant_iterators, __cache >(3cxx)

std::__detail::_Node_iterator< _Value, __constant_iterators, __cache > - Node iterators, used to iterate through all the hashtable.

Inherits std::__detail::_Node_iterator_base< _Value, __cache >.


typedef std::ptrdiff_t difference_type
typedef std::forward_iterator_tag iterator_category
using pointer = typename std::conditional< __constant_iterators, const _Value *, _Value * >::type
using reference = typename std::conditional< __constant_iterators, const _Value &, _Value & >::type
typedef _Value value_type


_Node_iterator (__node_type *__p) noexcept
void _M_incr () noexcept
reference operator* () const noexcept
_Node_iterator & operator++ () noexcept
_Node_iterator operator++ (int) noexcept
pointer operator-> () const noexcept


__node_type * _M_cur

struct std::__detail::_Node_iterator< _Value, __constant_iterators, __cache >" Node iterators, used to iterate through all the hashtable.

Definition at line 333 of file hashtable_policy.h.

Generated automatically by Doxygen for libstdc++ from the source code.

Mon Feb 25 2019 libstdc++