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
135 typedef const value_type& const_reference;
201 const_reference operator[](size_type __n) const _NOEXCEPT {
213 _LIBCPP_CONSTEXPR_AFTER_CXX11 const_reference at(size_type __n) const
221 …_LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_AFTER_CXX11 const_reference front() const _NOEXCEPT {r…
223 …_LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_AFTER_CXX11 const_reference back() const _NOEXCEPT {r…
238 typedef const value_type& const_reference;
316 const_reference operator[](size_type) const _NOEXCEPT {
328 const_reference at(size_type) const {
340 const_reference front() const _NOEXCEPT {
352 const_reference back() const _NOEXCEPT {