logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

__gnu_pbds::detail::pat_trie_base__Inode_const_iterator.3cxx

Author

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

                                                    libstd__gnu_pbds::detail::pa...adata>::const_iterator(3cxx)

Detailed Description

template<typename_ATraits,typenameMetadata>
       struct __gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::const_iterator"Constant child
       iterator.

Name

       __gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::const_iterator - Constant child
       iterator.

Synopsis

       #include <pat_trie_base.hpp>

       Inherited by __gnu_pbds::detail::pat_trie_base::_Inode<_ATraits,Metadata>::iterator.

   PublicTypes
       typedef _Alloc::difference_type difference_type
       typedef std::forward_iterator_tagiterator_category
       typedef node_pointer_pointer pointer
       typedef node_pointer_reference reference
       typedef node_pointer value_typePublicMemberFunctionsconst_iterator (node_pointer_pointer p_p_cur=0, node_pointer_pointer p_p_end=0)
       bool operator!= (const const_iterator &other) const
       node_const_pointer operator* () const
       const_iterator & operator++ ()
       const_iteratoroperator++ (int)
       const node_pointer_pointer operator-> () const
       bool operator== (const const_iterator &other) const

   PublicAttributes
       node_pointer_pointer m_p_p_cur
       node_pointer_pointer m_p_p_end

See Also