HelenOS sources

const_reference   121 uspace/lib/cpp/include/__bits/adt/array.hpp         constexpr const_reference operator[](size_type idx) const
const_reference   132 uspace/lib/cpp/include/__bits/adt/array.hpp         constexpr const_reference at(size_type idx) const
const_reference   143 uspace/lib/cpp/include/__bits/adt/array.hpp         constexpr const_reference front() const
const_reference   153 uspace/lib/cpp/include/__bits/adt/array.hpp         constexpr const_reference back() const
const_reference    63 uspace/lib/cpp/include/__bits/adt/deque.hpp                 using reference         = typename deque<T, Allocator>::const_reference;
const_reference   630 uspace/lib/cpp/include/__bits/adt/deque.hpp             const_reference operator[](size_type idx) const
const_reference   641 uspace/lib/cpp/include/__bits/adt/deque.hpp             const_reference at(size_type idx) const
const_reference   652 uspace/lib/cpp/include/__bits/adt/deque.hpp             const_reference front() const
const_reference   664 uspace/lib/cpp/include/__bits/adt/deque.hpp             const_reference back() const
const_reference   180 uspace/lib/cpp/include/__bits/adt/hash_table_iterators.hpp             const_reference operator*() const
const_reference   399 uspace/lib/cpp/include/__bits/adt/hash_table_iterators.hpp             const_reference operator*() const
const_reference    46 uspace/lib/cpp/include/__bits/adt/initializer_list.hpp             using reference       = const_reference;
const_reference    55 uspace/lib/cpp/include/__bits/adt/list.hpp                 using reference       = typename list<T>::const_reference;
const_reference   598 uspace/lib/cpp/include/__bits/adt/list.hpp             const_reference front() const
const_reference   610 uspace/lib/cpp/include/__bits/adt/list.hpp             const_reference back() const
const_reference    71 uspace/lib/cpp/include/__bits/adt/map.hpp                 value_type, const_reference, const_pointer, size_type, node_type
const_reference   756 uspace/lib/cpp/include/__bits/adt/map.hpp                 value_type, const_reference, const_pointer, size_type, node_type
const_reference    51 uspace/lib/cpp/include/__bits/adt/queue.hpp             using const_reference = typename Container::const_reference;
const_reference   122 uspace/lib/cpp/include/__bits/adt/queue.hpp             const_reference front() const
const_reference   132 uspace/lib/cpp/include/__bits/adt/queue.hpp             const_reference back() const
const_reference   202 uspace/lib/cpp/include/__bits/adt/queue.hpp             using const_reference = typename Container::const_reference;
const_reference   306 uspace/lib/cpp/include/__bits/adt/queue.hpp             const_reference top() const
const_reference   208 uspace/lib/cpp/include/__bits/adt/rbtree_iterators.hpp             const_reference operator*() const
const_reference    72 uspace/lib/cpp/include/__bits/adt/set.hpp                 value_type, const_reference, const_pointer, size_type, node_type
const_reference   553 uspace/lib/cpp/include/__bits/adt/set.hpp                 value_type, const_reference, const_pointer, size_type, node_type
const_reference    49 uspace/lib/cpp/include/__bits/adt/stack.hpp             using const_reference = typename container_type::const_reference;
const_reference   105 uspace/lib/cpp/include/__bits/adt/stack.hpp             const_reference top() const
const_reference    71 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                 value_type, const_reference, const_pointer, size_type
const_reference    77 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                 value_type, const_reference, const_pointer
const_reference   746 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                 value_type, const_reference, const_pointer, size_type
const_reference   752 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                 value_type, const_reference, const_pointer
const_reference    71 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp                 value_type, const_reference, const_pointer, size_type
const_reference    75 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp                 value_type, const_reference, const_pointer
const_reference   487 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp                 value_type, const_reference, const_pointer, size_type
const_reference   491 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp                 value_type, const_reference, const_pointer
const_reference   318 uspace/lib/cpp/include/__bits/adt/vector.hpp             const_reference operator[](size_type idx) const
const_reference   329 uspace/lib/cpp/include/__bits/adt/vector.hpp             const_reference at(size_type idx) const
const_reference   347 uspace/lib/cpp/include/__bits/adt/vector.hpp             const_reference front() const
const_reference   357 uspace/lib/cpp/include/__bits/adt/vector.hpp             const_reference back() const
const_reference   209 uspace/lib/cpp/include/__bits/memory/allocator_traits.hpp             const_pointer address(const_reference x) const noexcept
const_reference   757 uspace/lib/cpp/include/__bits/string/string.hpp             const_reference operator[](size_type idx) const
const_reference   767 uspace/lib/cpp/include/__bits/string/string.hpp             const_reference at(size_type idx) const
const_reference   779 uspace/lib/cpp/include/__bits/string/string.hpp             const_reference front() const
const_reference   789 uspace/lib/cpp/include/__bits/string/string.hpp             const_reference back() const
HelenOS homepage, sources at GitHub