.TH "__gnu_pbds::detail::binary_heap_point_const_iterator_< Value_Type, Entry, Simple, _Alloc >" 3cxx "Wed Jul 14 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME __gnu_pbds::detail::binary_heap_point_const_iterator_< Value_Type, Entry, Simple, _Alloc > \- Const point-type iterator\&. .SH SYNOPSIS .br .PP .PP Inherited by \fB__gnu_pbds::detail::binary_heap_const_iterator_< Value_Type, Entry, Simple, _Alloc >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef \fBrebind_traits\fP< _Alloc, \fBvalue_type\fP >::\fBconst_pointer\fP \fBconst_pointer\fP" .br .RI "Iterator's const pointer type\&. " .ti -1c .RI "typedef \fBrebind_traits\fP< _Alloc, \fBvalue_type\fP >::\fBconst_reference\fP \fBconst_reference\fP" .br .RI "Iterator's const reference type\&. " .ti -1c .RI "typedef \fBtrivial_iterator_difference_type\fP \fBdifference_type\fP" .br .RI "Difference type\&. " .ti -1c .RI "typedef \fBtrivial_iterator_tag\fP \fBiterator_category\fP" .br .RI "Category\&. " .ti -1c .RI "typedef \fBrebind_traits\fP< _Alloc, \fBvalue_type\fP >::\fBpointer\fP \fBpointer\fP" .br .RI "Iterator's pointer type\&. " .ti -1c .RI "typedef \fBrebind_traits\fP< _Alloc, \fBvalue_type\fP >::\fBreference\fP \fBreference\fP" .br .RI "Iterator's reference type\&. " .ti -1c .RI "typedef Value_Type \fBvalue_type\fP" .br .RI "Iterator's value type\&. " .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBbinary_heap_point_const_iterator_\fP ()" .br .RI "Default constructor\&. " .ti -1c .RI "\fBbinary_heap_point_const_iterator_\fP (const \fBbinary_heap_point_const_iterator_\fP &other)" .br .RI "Copy constructor\&. " .ti -1c .RI "\fBbinary_heap_point_const_iterator_\fP (entry_pointer p_e)" .br .ti -1c .RI "bool \fBoperator!=\fP (const \fBbinary_heap_point_const_iterator_\fP &other) const" .br .RI "Compares content (negatively) to a different iterator object\&. " .ti -1c .RI "\fBconst_reference\fP \fBoperator*\fP () const" .br .RI "Access\&. " .ti -1c .RI "\fBconst_pointer\fP \fBoperator\->\fP () const" .br .RI "Access\&. " .ti -1c .RI "bool \fBoperator==\fP (const \fBbinary_heap_point_const_iterator_\fP &other) const" .br .RI "Compares content to a different iterator object\&. " .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "entry_pointer \fBm_p_e\fP" .br .in -1c .SS "Protected Types" .in +1c .ti -1c .RI "typedef \fBrebind_traits\fP< _Alloc, Entry >::\fBpointer\fP \fBentry_pointer\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template .br class __gnu_pbds::detail::binary_heap_point_const_iterator_< Value_Type, Entry, Simple, _Alloc >" Const point-type iterator\&. .PP Definition at line 55 of file binary_heap_/point_const_iterator\&.hpp\&. .SH "Member Typedef Documentation" .PP .SS "template typedef \fBrebind_traits\fP<_Alloc, \fBvalue_type\fP>::\fBconst_pointer\fP \fB__gnu_pbds::detail::binary_heap_point_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc >::\fBconst_pointer\fP" .PP Iterator's const pointer type\&. .PP Definition at line 75 of file binary_heap_/point_const_iterator\&.hpp\&. .SS "template typedef \fBrebind_traits\fP<_Alloc, \fBvalue_type\fP>::\fBconst_reference\fP \fB__gnu_pbds::detail::binary_heap_point_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc >::\fBconst_reference\fP" .PP Iterator's const reference type\&. .PP Definition at line 83 of file binary_heap_/point_const_iterator\&.hpp\&. .SS "template typedef \fBtrivial_iterator_difference_type\fP \fB__gnu_pbds::detail::binary_heap_point_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc >::\fBdifference_type\fP" .PP Difference type\&. .PP Definition at line 65 of file binary_heap_/point_const_iterator\&.hpp\&. .SS "template typedef \fBtrivial_iterator_tag\fP \fB__gnu_pbds::detail::binary_heap_point_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc >::\fBiterator_category\fP" .PP Category\&. .PP Definition at line 62 of file binary_heap_/point_const_iterator\&.hpp\&. .SS "template typedef \fBrebind_traits\fP<_Alloc, \fBvalue_type\fP>::\fBpointer\fP \fB__gnu_pbds::detail::binary_heap_point_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc >::\fBpointer\fP" .PP Iterator's pointer type\&. .PP Definition at line 71 of file binary_heap_/point_const_iterator\&.hpp\&. .SS "template typedef \fBrebind_traits\fP<_Alloc, \fBvalue_type\fP>::\fBreference\fP \fB__gnu_pbds::detail::binary_heap_point_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc >::\fBreference\fP" .PP Iterator's reference type\&. .PP Definition at line 79 of file binary_heap_/point_const_iterator\&.hpp\&. .SS "template typedef Value_Type \fB__gnu_pbds::detail::binary_heap_point_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc >::\fBvalue_type\fP" .PP Iterator's value type\&. .PP Definition at line 68 of file binary_heap_/point_const_iterator\&.hpp\&. .SH "Constructor & Destructor Documentation" .PP .SS "template \fB__gnu_pbds::detail::binary_heap_point_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc >::\fBbinary_heap_point_const_iterator_\fP ()\fC [inline]\fP" .PP Default constructor\&. .PP Definition at line 91 of file binary_heap_/point_const_iterator\&.hpp\&. .SS "template \fB__gnu_pbds::detail::binary_heap_point_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc >::\fBbinary_heap_point_const_iterator_\fP (const \fBbinary_heap_point_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc > & other)\fC [inline]\fP" .PP Copy constructor\&. .PP Definition at line 95 of file binary_heap_/point_const_iterator\&.hpp\&. .SH "Member Function Documentation" .PP .SS "template bool \fB__gnu_pbds::detail::binary_heap_point_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc >::operator!= (const \fBbinary_heap_point_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc > & other) const\fC [inline]\fP" .PP Compares content (negatively) to a different iterator object\&. .PP Definition at line 122 of file binary_heap_/point_const_iterator\&.hpp\&. .SS "template \fBconst_reference\fP \fB__gnu_pbds::detail::binary_heap_point_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc >::operator* () const\fC [inline]\fP" .PP Access\&. .PP Definition at line 109 of file binary_heap_/point_const_iterator\&.hpp\&. .SS "template \fBconst_pointer\fP \fB__gnu_pbds::detail::binary_heap_point_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc >::operator\-> () const\fC [inline]\fP" .PP Access\&. .PP Definition at line 101 of file binary_heap_/point_const_iterator\&.hpp\&. .SS "template bool \fB__gnu_pbds::detail::binary_heap_point_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc >::operator== (const \fBbinary_heap_point_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc > & other) const\fC [inline]\fP" .PP Compares content to a different iterator object\&. .PP Definition at line 117 of file binary_heap_/point_const_iterator\&.hpp\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.