File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 10351035
10361036\indexlibrarymember {operator[]}{basic_string_view}%
10371037\begin {itemdecl }
1038- constexpr const_reference operator[](size_type pos) const;
1038+ constexpr const char& operator[](size_type pos) const;
10391039\end {itemdecl }
10401040
10411041\begin {itemdescr }
10571057
10581058\indexlibrarymember {at}{basic_string_view}%
10591059\begin {itemdecl }
1060- constexpr const_reference at(size_type pos) const;
1060+ constexpr const char& at(size_type pos) const;
10611061\end {itemdecl }
10621062
10631063\begin {itemdescr }
10721072
10731073\indexlibrarymember {front}{basic_string_view}%
10741074\begin {itemdecl }
1075- constexpr const_reference front() const;
1075+ constexpr const char& front() const;
10761076\end {itemdecl }
10771077
10781078\begin {itemdescr }
10911091
10921092\indexlibrarymember {back}{basic_string_view}%
10931093\begin {itemdecl }
1094- constexpr const_reference back() const;
1094+ constexpr const char& back() const;
10951095\end {itemdecl }
10961096
10971097\begin {itemdescr }
11101110
11111111\indexlibrarymember {data}{basic_string_view}%
11121112\begin {itemdecl }
1113- constexpr const_pointer data() const noexcept;
1113+ constexpr const char* data() const noexcept;
11141114\end {itemdecl }
11151115
11161116\begin {itemdescr }
You can’t perform that action at this time.
0 commit comments