template<typename Node, typename Leaf, typename Head, typename Inode, typename _CIterator, typename Iterator, typename _Alloc>
class __gnu_pbds::detail::pat_trie_base::_Node_iter< Node, Leaf, Head, Inode, _CIterator, Iterator, _Alloc >
Node iterator.
Definition at line 934 of file pat_trie_base.hpp.
template<typename Node , typename Leaf , typename Head , typename Inode , typename _CIterator , typename Iterator , typename _Alloc >
Returns the number of children in the corresponding node.
Definition at line 890 of file pat_trie_base.hpp.
template<typename Node , typename Leaf , typename Head , typename Inode , typename _CIterator , typename Iterator , typename _Alloc >
bool __gnu_pbds::detail::pat_trie_base::_Node_citer< Node, Leaf, Head, Inode, _CIterator, Iterator, _Alloc >::operator!= |
( |
const _Node_citer< Node, Leaf, Head, Inode, _CIterator, Iterator, _Alloc > & |
other | ) |
const |
|
inlineinherited |
Compares content (negatively) to a different iterator object.
Definition at line 918 of file pat_trie_base.hpp.
template<typename Node , typename Leaf , typename Head , typename Inode , typename _CIterator , typename Iterator , typename _Alloc >
Access; returns the iterator* associated with the current leaf.
Definition at line 958 of file pat_trie_base.hpp.
template<typename Node , typename Leaf , typename Head , typename Inode , typename _CIterator , typename Iterator , typename _Alloc >
bool __gnu_pbds::detail::pat_trie_base::_Node_citer< Node, Leaf, Head, Inode, _CIterator, Iterator, _Alloc >::operator== |
( |
const _Node_citer< Node, Leaf, Head, Inode, _CIterator, Iterator, _Alloc > & |
other | ) |
const |
|
inlineinherited |