| 
| 
typedef _Alloc::difference_type  | difference_type | 
|   | 
| 
typedef std::forward_iterator_tag  | iterator_category | 
|   | 
| 
typedef node_pointer_pointer  | pointer | 
|   | 
| 
typedef node_pointer_reference  | reference | 
|   | 
| 
typedef node_pointer  | value_type | 
|   | 
 | 
| 
  | iterator (node_pointer_pointer p_p_cur=0, node_pointer_pointer p_p_end=0) | 
|   | 
| 
bool  | operator!= (const const_iterator &other) const  | 
|   | 
| 
bool  | operator!= (const iterator &other) const  | 
|   | 
| 
node_const_pointer  | operator* () const  | 
|   | 
| 
node_pointer  | operator* () | 
|   | 
| 
iterator &  | operator++ () | 
|   | 
| 
iterator  | operator++ (int) | 
|   | 
| 
const node_pointer_pointer  | operator-> () const  | 
|   | 
| 
node_pointer_pointer  | operator-> () | 
|   | 
| 
bool  | operator== (const const_iterator &other) const  | 
|   | 
| 
bool  | operator== (const iterator &other) const  | 
|   | 
 | 
| 
node_pointer_pointer  | m_p_p_cur | 
|   | 
| 
node_pointer_pointer  | m_p_p_end | 
|   | 
template<typename _ATraits, typename Metadata>
struct __gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::iterator
Child iterator. 
Definition at line 320 of file pat_trie_base.hpp.
The documentation for this struct was generated from the following file: