Symbol: const_reference
headers/cpp/defalloc.h
77
const_pointer const_address(const_reference x) {
headers/cpp/std/bastring.h
343
const_reference at (size_type pos) const
headers/cpp/stl_alloc.h
754
const_pointer address(const_reference __x) const { return &__x; }
headers/cpp/stl_alloc.h
832
const_pointer address(const_reference __x) const { return &__x; }
headers/cpp/stl_bvector.h
183
const_reference operator*() const {
headers/cpp/stl_bvector.h
230
const_reference operator[](difference_type __i) {
headers/cpp/stl_bvector.h
519
const_reference operator[](size_type __n) const {
headers/cpp/stl_bvector.h
674
const_reference front() const { return *begin(); }
headers/cpp/stl_bvector.h
676
const_reference back() const { return *(end() - 1); }
headers/cpp/stl_deque.h
545
const_reference operator[](size_type __n) const
headers/cpp/stl_deque.h
554
const_reference front() const { return *_M_start; }
headers/cpp/stl_deque.h
555
const_reference back() const {
headers/cpp/stl_hash_map.h
253
typedef typename _Ht::const_reference const_reference;
headers/cpp/stl_hash_map.h
70
typedef typename _Ht::const_reference const_reference;
headers/cpp/stl_hash_set.h
245
typedef typename _Ht::const_reference reference;
headers/cpp/stl_hash_set.h
246
typedef typename _Ht::const_reference const_reference;
headers/cpp/stl_hash_set.h
66
typedef typename _Ht::const_reference reference;
headers/cpp/stl_hash_set.h
67
typedef typename _Ht::const_reference const_reference;
headers/cpp/stl_list.h
337
const_reference front() const { return *begin(); }
headers/cpp/stl_list.h
339
const_reference back() const { return *(--end()); }
headers/cpp/stl_map.h
79
typedef typename _Rep_type::const_reference const_reference;
headers/cpp/stl_multimap.h
78
typedef typename _Rep_type::const_reference const_reference;
headers/cpp/stl_multiset.h
63
typedef typename _Rep_type::const_reference reference;
headers/cpp/stl_multiset.h
64
typedef typename _Rep_type::const_reference const_reference;
headers/cpp/stl_queue.h
126
typedef typename _Sequence::const_reference const_reference;
headers/cpp/stl_queue.h
177
const_reference top() const { return c.front(); }
headers/cpp/stl_queue.h
50
typedef typename _Sequence::const_reference const_reference;
headers/cpp/stl_queue.h
60
const_reference front() const { return c.front(); }
headers/cpp/stl_queue.h
62
const_reference back() const { return c.back(); }
headers/cpp/stl_set.h
63
typedef typename _Rep_type::const_reference reference;
headers/cpp/stl_set.h
64
typedef typename _Rep_type::const_reference const_reference;
headers/cpp/stl_slist.h
436
const_reference front() const
headers/cpp/stl_stack.h
50
typedef typename _Sequence::const_reference const_reference;
headers/cpp/stl_stack.h
60
const_reference top() const { return _M_c.back(); }
headers/cpp/stl_vector.h
221
const_reference operator[](size_type __n) const { return *(begin() + __n); }
headers/cpp/stl_vector.h
229
const_reference at(size_type __n) const {
headers/cpp/stl_vector.h
329
const_reference front() const { return *begin(); }
headers/cpp/stl_vector.h
331
const_reference back() const { return *(end() - 1); }