Searched defs:end_iterator (Results 1 – 3 of 3) sorted by relevance
17 struct end_iterator struct19 typedef std::forward_iterator_tag iterator_category;20 typedef Value value_type;21 typedef typename Allocators::const_reference reference;22 typedef typename Allocators::difference_type difference_type;23 typedef typename Allocators::const_pointer pointer;25 reference operator*() const in operator *()32 const value_type * operator->() const in operator ->()39 end_iterator & operator++() in operator ++()45 end_iterator operator++(int) in operator ++()
80 end_iterator() const in end_iterator() function111 end_iterator() const in end_iterator() function