std::__detail::_Node_const_iterator< _Value, __constant_iterators, __cache >

Section: C Library Functions (3)
Updated: Wed Apr 17 2019
Page Index
 

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 >.  

Public Types


typedef std::ptrdiff_t difference_type

typedef std::forward_iterator_tag iterator_category

typedef const _Value * pointer

typedef const _Value & reference

typedef _Value value_type
 

Public Member Functions


_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_iterator operator++ (int) noexcept

pointer operator-> () const noexcept
 

Public Attributes


__node_type * _M_cur
 

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 370 of file hashtable_policy.h.

 

Author

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


 

Index

NAME
SYNOPSIS
Public Types
Public Member Functions
Public Attributes
Detailed Description
template<typename _Value, bool __constant_iterators, bool __cache>
Author