STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Private Types | List of all members
__gnu_pbds::detail::dumnode_const_iterator< Key, Data, _Alloc > Struct Template Reference

Constant node iterator. More...

#include <ext/pb_ds/detail/branch_policy/null_node_metadata.hpp>

Public Types

typedef const_iterator value_type
 
typedef const_iterator const_reference
 
typedef const_reference reference
 

Private Types

typedef types_traits< Key,
Data, _Alloc, false
__traits_type
 
typedef __traits_type::pointer const_iterator
 

Detailed Description

template<typename Key, typename Data, typename _Alloc>
struct __gnu_pbds::detail::dumnode_const_iterator< Key, Data, _Alloc >

Constant node iterator.

Member Typedef Documentation

template<typename Key , typename Data , typename _Alloc >
typedef types_traits<Key, Data, _Alloc, false> __gnu_pbds::detail::dumnode_const_iterator< Key, Data, _Alloc >::__traits_type
private
template<typename Key , typename Data , typename _Alloc >
typedef __traits_type::pointer __gnu_pbds::detail::dumnode_const_iterator< Key, Data, _Alloc >::const_iterator
private
template<typename Key , typename Data , typename _Alloc >
typedef const_iterator __gnu_pbds::detail::dumnode_const_iterator< Key, Data, _Alloc >::const_reference
template<typename Key , typename Data , typename _Alloc >
typedef const_reference __gnu_pbds::detail::dumnode_const_iterator< Key, Data, _Alloc >::reference
template<typename Key , typename Data , typename _Alloc >
typedef const_iterator __gnu_pbds::detail::dumnode_const_iterator< Key, Data, _Alloc >::value_type

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