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 1035
1035
1036
1036
\indexlibrarymember {operator[]}{basic_string_view}%
1037
1037
\begin {itemdecl }
1038
- constexpr const_reference operator[](size_type pos) const;
1038
+ constexpr const char& operator[](size_type pos) const;
1039
1039
\end {itemdecl }
1040
1040
1041
1041
\begin {itemdescr }
1057
1057
1058
1058
\indexlibrarymember {at}{basic_string_view}%
1059
1059
\begin {itemdecl }
1060
- constexpr const_reference at(size_type pos) const;
1060
+ constexpr const char& at(size_type pos) const;
1061
1061
\end {itemdecl }
1062
1062
1063
1063
\begin {itemdescr }
1072
1072
1073
1073
\indexlibrarymember {front}{basic_string_view}%
1074
1074
\begin {itemdecl }
1075
- constexpr const_reference front() const;
1075
+ constexpr const char& front() const;
1076
1076
\end {itemdecl }
1077
1077
1078
1078
\begin {itemdescr }
1091
1091
1092
1092
\indexlibrarymember {back}{basic_string_view}%
1093
1093
\begin {itemdecl }
1094
- constexpr const_reference back() const;
1094
+ constexpr const char& back() const;
1095
1095
\end {itemdecl }
1096
1096
1097
1097
\begin {itemdescr }
1110
1110
1111
1111
\indexlibrarymember {data}{basic_string_view}%
1112
1112
\begin {itemdecl }
1113
- constexpr const_pointer data() const noexcept;
1113
+ constexpr const char* data() const noexcept;
1114
1114
\end {itemdecl }
1115
1115
1116
1116
\begin {itemdescr }
You can’t perform that action at this time.
0 commit comments