Member
|
Where defined
|
Description
|
value_type
|
|
|
reference
|
|
|
pointer
|
|
|
difference_type
|
|
|
iterator_category
|
|
|
const_iterator (Vec_const_iterator iter, Vec_const_iterator e)
|
|
|
reference
operator* () const
|
|
|
const_iterator&
operator ()
|
|
|
const_iterator
operator (int)
|
|
|
const_iterator&
operator-- ()
|
|
|
const_iterator
operator-- (int)
|
|
|
difference_type
operator- (const const_iterator& x) const
|
|
|
bool
operator== (const const_iterator& x) const
|
|
|
bool
operator!= (const const_iterator& x) const
|
|
|
bool
operator< (const const_iterator& x) const
|
|
|
Vec_const_iterator
i
|
|
|
Vec_const_iterator
end
|
|
|