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::bin_search_tree_const_it_.3cxx

Author

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

                                                    libst__gnu_pbds::detail::bin...ward_Iterator,_Alloc>(3cxx)

Detailed Description

template<typenameNode_Pointer,typenameValue_Type,typenamePointer,typenameConst_Pointer,typenameReference,typenameConst_Reference,boolIs_Forward_Iterator,typename_Alloc>
       class __gnu_pbds::detail::bin_search_tree_const_it_< Node_Pointer, Value_Type, Pointer, Const_Pointer,
       Reference, Const_Reference, Is_Forward_Iterator, _Alloc >"Const iterator.

Name

       __gnu_pbds::detail::bin_search_tree_const_it_< Node_Pointer, Value_Type, Pointer, Const_Pointer,
       Reference, Const_Reference, Is_Forward_Iterator, _Alloc > - Const iterator.

Synopsis

       #include <point_iterators.hpp>

       Inherited by __gnu_pbds::detail::bin_search_tree_it_<Node_Pointer,Value_Type,Pointer,Const_Pointer,Reference,Const_Reference,Is_Forward_Iterator,_Alloc>.

   PublicTypes
       typedef Const_Pointer const_pointer
       typedef Const_Reference const_reference
       typedef _Alloc::difference_type difference_type
       typedef std::bidirectional_iterator_tagiterator_category
       typedef Pointer pointer
       typedef Reference reference
       typedef Value_Type value_typePublicMemberFunctionsbin_search_tree_const_it_ (const bin_search_tree_const_it_< Node_Pointer, Value_Type, Pointer,
           Const_Pointer, Reference, Const_Reference, !Is_Forward_Iterator, _Alloc > &other)
       bin_search_tree_const_it_ (const Node_Pointer p_nd=0)
       bool operator!= (const bin_search_tree_const_it_< Node_Pointer, Value_Type, Pointer, Const_Pointer,
           Reference, Const_Reference, !Is_Forward_Iterator, _Alloc > &other) const
       bool operator!= (const bin_search_tree_const_it_< Node_Pointer, Value_Type, Pointer, Const_Pointer,
           Reference, Const_Reference, Is_Forward_Iterator, _Alloc > &other) const
       const_reference operator* () const
       bin_search_tree_const_it_< Node_Pointer, Value_Type, Pointer, Const_Pointer, Reference, Const_Reference,
           Is_Forward_Iterator, _Alloc > & operator++ ()
       bin_search_tree_const_it_< Node_Pointer, Value_Type, Pointer, Const_Pointer, Reference, Const_Reference,
           Is_Forward_Iterator, _Alloc > operator++ (int)
       bin_search_tree_const_it_< Node_Pointer, Value_Type, Pointer, Const_Pointer, Reference, Const_Reference,
           Is_Forward_Iterator, _Alloc > & operator-- ()
       bin_search_tree_const_it_< Node_Pointer, Value_Type, Pointer, Const_Pointer, Reference, Const_Reference,
           Is_Forward_Iterator, _Alloc > operator-- (int)
       const_pointer operator-> () const
       bin_search_tree_const_it_< Node_Pointer, Value_Type, Pointer, Const_Pointer, Reference, Const_Reference,
           Is_Forward_Iterator, _Alloc > & operator= (const bin_search_tree_const_it_< Node_Pointer, Value_Type,
           Pointer, Const_Pointer, Reference, Const_Reference, !Is_Forward_Iterator, _Alloc > &other)
       bin_search_tree_const_it_< Node_Pointer, Value_Type, Pointer, Const_Pointer, Reference, Const_Reference,
           Is_Forward_Iterator, _Alloc > & operator= (const bin_search_tree_const_it_< Node_Pointer, Value_Type,
           Pointer, Const_Pointer, Reference, Const_Reference, Is_Forward_Iterator, _Alloc > &other)
       bool operator== (const bin_search_tree_const_it_< Node_Pointer, Value_Type, Pointer, Const_Pointer,
           Reference, Const_Reference, !Is_Forward_Iterator, _Alloc > &other) const
       bool operator== (const bin_search_tree_const_it_< Node_Pointer, Value_Type, Pointer, Const_Pointer,
           Reference, Const_Reference, Is_Forward_Iterator, _Alloc > &other) const

   PublicAttributes
       Node_Pointer m_p_ndProtectedMemberFunctions
       void dec (false_type)
       void dec (true_type)
       void inc (false_type)
       void inc (true_type)

return

See Also