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 }
1060
1060
1061
1061
\indexlibrarymember {at}{basic_string_view}%
1062
1062
\begin {itemdecl }
1063
- constexpr const_reference at(size_type pos) const;
1063
+ constexpr const char& at(size_type pos) const;
1064
1064
\end {itemdecl }
1065
1065
1066
1066
\begin {itemdescr }
1075
1075
1076
1076
\indexlibrarymember {front}{basic_string_view}%
1077
1077
\begin {itemdecl }
1078
- constexpr const_reference front() const;
1078
+ constexpr const char& front() const;
1079
1079
\end {itemdecl }
1080
1080
1081
1081
\begin {itemdescr }
1094
1094
1095
1095
\indexlibrarymember {back}{basic_string_view}%
1096
1096
\begin {itemdecl }
1097
- constexpr const_reference back() const;
1097
+ constexpr const char& back() const;
1098
1098
\end {itemdecl }
1099
1099
1100
1100
\begin {itemdescr }
1113
1113
1114
1114
\indexlibrarymember {data}{basic_string_view}%
1115
1115
\begin {itemdecl }
1116
- constexpr const_pointer data() const noexcept;
1116
+ constexpr const char* data() const noexcept;
1117
1117
\end {itemdecl }
1118
1118
1119
1119
\begin {itemdescr }
You can’t perform that action at this time.
0 commit comments