Lines Matching refs:const_reference
23 typedef const T & const_reference;
61 const_reference operator[](size_type n) const; // constexpr in C++14
63 const_reference at(size_type n) const; // constexpr in C++14
66 const_reference front() const; // constexpr in C++14
68 const_reference back() const; // constexpr in C++14
158 typedef const value_type& const_reference;
224 const_reference operator[](size_type __n) const _NOEXCEPT {
236 _LIBCPP_CONSTEXPR_AFTER_CXX11 const_reference at(size_type __n) const
244 …_LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_AFTER_CXX11 const_reference front() const _NOEXCEPT {r…
246 …_LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_AFTER_CXX11 const_reference back() const _NOEXCEPT {r…
261 typedef const value_type& const_reference;
339 const_reference operator[](size_type) const _NOEXCEPT {
351 const_reference at(size_type) const {
363 const_reference front() const _NOEXCEPT {
375 const_reference back() const _NOEXCEPT {