libstdc++
std::__detail::_Node_iterator_base< _Value, _Cache_hash_code > Struct Template Reference

#include <hashtable_policy.h>

Public Types

using __node_type = _Hash_node< _Value, _Cache_hash_code >
 

Public Member Functions

 _Node_iterator_base (__node_type *__p) noexcept
 
void _M_incr () noexcept
 

Public Attributes

__node_type_M_cur
 

Detailed Description

template<typename _Value, bool _Cache_hash_code>
struct std::__detail::_Node_iterator_base< _Value, _Cache_hash_code >

Base class for node iterators.

Definition at line 288 of file hashtable_policy.h.

Member Typedef Documentation

◆ __node_type

template<typename _Value , bool _Cache_hash_code>
using std::__detail::_Node_iterator_base< _Value, _Cache_hash_code >::__node_type = _Hash_node<_Value, _Cache_hash_code>

Definition at line 290 of file hashtable_policy.h.

Constructor & Destructor Documentation

◆ _Node_iterator_base()

template<typename _Value , bool _Cache_hash_code>
std::__detail::_Node_iterator_base< _Value, _Cache_hash_code >::_Node_iterator_base ( __node_type __p)
inlinenoexcept

Definition at line 294 of file hashtable_policy.h.

Member Function Documentation

◆ _M_incr()

template<typename _Value , bool _Cache_hash_code>
void std::__detail::_Node_iterator_base< _Value, _Cache_hash_code >::_M_incr ( )
inlinenoexcept

Definition at line 298 of file hashtable_policy.h.

Member Data Documentation

◆ _M_cur

template<typename _Value , bool _Cache_hash_code>
__node_type* std::__detail::_Node_iterator_base< _Value, _Cache_hash_code >::_M_cur

Definition at line 292 of file hashtable_policy.h.


The documentation for this struct was generated from the following file: