Lines Matching refs:since

105 …othrow_default_constructible<allocator_type>::value);                      // constexpr since C++20
106 …ring(const allocator_type& a); // constexpr since C++20
107 …t basic_string& str); // constexpr since C++20
109 …othrow_move_constructible<allocator_type>::value); // constexpr since C++20
111 …t allocator_type& a = allocator_type()); // constexpr since C++20
113 …t Allocator& a = Allocator()); // constexpr since C++20
115 …ic_string&& str, size_type pos, const Allocator& a = Allocator()); // since C++23
117 …ic_string&& str, size_type pos, size_type n, const Allocator& a = Allocator()); // since C++23
119 …& t, size_type pos, size_type n, const Allocator& a = Allocator()); // C++17, constexpr since C++20
121 …g(const T& t, const Allocator& a = Allocator()); // C++17, constexpr since C++20
122 …t value_type* s, const allocator_type& a = allocator_type()); // constexpr since C++20
123 …t value_type* s, size_type n, const allocator_type& a = allocator_type()); // constexpr since C++20
125 …_type n, value_type c, const allocator_type& a = allocator_type()); // constexpr since C++20
128 …const allocator_type& a = allocator_type()); // constexpr since C++20
130 …expr basic_string(from_range_t, R&& rg, const Allocator& a = Allocator()); // since C++23
131 …ializer_list<value_type>, const Allocator& = Allocator()); // constexpr since C++20
132 …t basic_string&, const Allocator&); // constexpr since C++20
133 …c_string&&, const Allocator&); // constexpr since C++20
135 … // constexpr since C++20
137 …ring_view<charT, traits>() const noexcept; // constexpr since C++20
139 …rator=(const basic_string& str); // constexpr since C++20
141 …or=(const T& t); // C++17, constexpr since C++20
145 …:is_always_equal::value ); // C++17, constexpr since C++20
146 …rator=(const value_type* s); // constexpr since C++20
148 …rator=(value_type c); // constexpr since C++20
149 …rator=(initializer_list<value_type>); // constexpr since C++20
151 …gin() noexcept; // constexpr since C++20
152 …gin() const noexcept; // constexpr since C++20
153 …d() noexcept; // constexpr since C++20
154 …d() const noexcept; // constexpr since C++20
156 … rbegin() noexcept; // constexpr since C++20
157 …rator rbegin() const noexcept; // constexpr since C++20
158 … rend() noexcept; // constexpr since C++20
159 …rator rend() const noexcept; // constexpr since C++20
161 … cbegin() const noexcept; // constexpr since C++20
162 … cend() const noexcept; // constexpr since C++20
163 …rator crbegin() const noexcept; // constexpr since C++20
164 …rator crend() const noexcept; // constexpr since C++20
166 …const noexcept; // constexpr since C++20
167 …) const noexcept; // constexpr since C++20
168 …e() const noexcept; // constexpr since C++20
169 …y() const noexcept; // constexpr since C++20
171 …type n, value_type c); // constexpr since C++20
172 …type n); // constexpr since C++20
175 constexpr void resize_and_overwrite(size_type n, Operation op); // since C++23
177 …_type res_arg); // constexpr since C++20
179 …t(); // constexpr since C++20
180 …cept; // constexpr since C++20
181 …t noexcept; // constexpr since C++20
183 …perator[](size_type pos) const; // constexpr since C++20
184 …perator[](size_type pos); // constexpr since C++20
186 …t(size_type n) const; // constexpr since C++20
187 …t(size_type n); // constexpr since C++20
189 …rator+=(const basic_string& str); // constexpr since C++20
191 …or+=(const T& t); // C++17, constexpr since C++20
192 …rator+=(const value_type* s); // constexpr since C++20
193 …rator+=(value_type c); // constexpr since C++20
194 …rator+=(initializer_list<value_type>); // constexpr since C++20
196 …end(const basic_string& str); // constexpr since C++20
198 …(const T& t); // C++17, constexpr since C++20
199 …st basic_string& str, size_type pos, size_type n=npos); // C++14, constexpr since C++20
201 …(const T& t, size_type pos, size_type n=npos); // C++17, constexpr since C++20
202 …end(const value_type* s, size_type n); // constexpr since C++20
203 …end(const value_type* s); // constexpr since C++20
204 …end(size_type n, value_type c); // constexpr since C++20
206 … append(InputIterator first, InputIterator last); // constexpr since C++20
209 …end(initializer_list<value_type>); // constexpr since C++20
211 …lue_type c); // constexpr since C++20
212 … // constexpr since C++20
213 …ront(); // constexpr since C++20
214 …ront() const; // constexpr since C++20
215 …ack(); // constexpr since C++20
216 …ack() const; // constexpr since C++20
218 …ign(const basic_string& str); // constexpr since C++20
220 …(const T& t); // C++17, constexpr since C++20
221 …ign(basic_string&& str); // constexpr since C++20
222 …st basic_string& str, size_type pos, size_type n=npos); // C++14, constexpr since C++20
224 …(const T& t, size_type pos, size_type n=npos); // C++17, constexpr since C++20
225 …ign(const value_type* s, size_type n); // constexpr since C++20
226 …ign(const value_type* s); // constexpr since C++20
227 …ign(size_type n, value_type c); // constexpr since C++20
229 … assign(InputIterator first, InputIterator last); // constexpr since C++20
232 …ign(initializer_list<value_type>); // constexpr since C++20
234 …ert(size_type pos1, const basic_string& str); // constexpr since C++20
236 … insert(size_type pos1, const T& t); // constexpr since C++20
238 … size_type pos2, size_type n); // constexpr since C++20
240 …(size_type pos1, const T& t, size_type pos2, size_type n); // C++17, constexpr since C++20
241 …e_type pos, const value_type* s, size_type n=npos); // C++14, constexpr since C++20
242 …ert(size_type pos, const value_type* s); // constexpr since C++20
243 …ert(size_type pos, size_type n, value_type c); // constexpr since C++20
244 …ert(const_iterator p, value_type c); // constexpr since C++20
245 …ert(const_iterator p, size_type n, value_type c); // constexpr since C++20
247 …rt(const_iterator p, InputIterator first, InputIterator last); // constexpr since C++20
250 …ert(const_iterator p, initializer_list<value_type>); // constexpr since C++20
252 …se(size_type pos = 0, size_type n = npos); // constexpr since C++20
253 …se(const_iterator position); // constexpr since C++20
254 …se(const_iterator first, const_iterator last); // constexpr since C++20
256 …lace(size_type pos1, size_type n1, const basic_string& str); // constexpr since C++20
258 …ze_type pos1, size_type n1, const T& t); // C++17, constexpr since C++20
260 …ze_type pos2, size_type n2=npos); // C++14, constexpr since C++20
263 … size_type pos2, size_type n); // C++17, constexpr since C++20
264 …lace(size_type pos, size_type n1, const value_type* s, size_type n2); // constexpr since C++20
265 …lace(size_type pos, size_type n1, const value_type* s); // constexpr since C++20
266 …lace(size_type pos, size_type n1, size_type n2, value_type c); // constexpr since C++20
267 …lace(const_iterator i1, const_iterator i2, const basic_string& str); // constexpr since C++20
269 …e(const_iterator i1, const_iterator i2, const T& t); // C++17, constexpr since C++20
270 …e(const_iterator i1, const_iterator i2, const value_type* s, size_type n); // constexpr since C++20
271 …lace(const_iterator i1, const_iterator i2, const value_type* s); // constexpr since C++20
272 …lace(const_iterator i1, const_iterator i2, size_type n, value_type c); // constexpr since C++20
274 …const_iterator i1, const_iterator i2, InputIterator j1, InputIterator j2); // constexpr since C++20
277 …lace(const_iterator i1, const_iterator i2, initializer_list<value_type>); // constexpr since C++20
279 …lue_type* s, size_type n, size_type pos = 0) const; // constexpr since C++20
281 …tring substr(size_type pos = 0, size_type n = npos) const&; // since C++23
282 …pr basic_string substr(size_type pos = 0, size_type n = npos) &&; // since C++23
285 …raits<allocator_type>::is_always_equal::value); // C++17, constexpr since C++20
287 … c_str() const noexcept; // constexpr since C++20
288 … data() const noexcept; // constexpr since C++20
289 … noexcept; // C++17, constexpr since C++20
291 …t_allocator() const noexcept; // constexpr since C++20
293 …nst basic_string& str, size_type pos = 0) const noexcept; // constexpr since C++20
295 …const noexcept; // C++17, noexcept as an extension, constexpr since C++20
296 …nst value_type* s, size_type pos, size_type n) const noexcept; // constexpr since C++20
297 …nst value_type* s, size_type pos = 0) const noexcept; // constexpr since C++20
298 …lue_type c, size_type pos = 0) const noexcept; // constexpr since C++20
300 …onst basic_string& str, size_type pos = npos) const noexcept; // constexpr since C++20
302 …os) const noexcept; // C++17, noexcept as an extension, constexpr since C++20
303 …onst value_type* s, size_type pos, size_type n) const noexcept; // constexpr since C++20
304 …onst value_type* s, size_type pos = npos) const noexcept; // constexpr since C++20
305 …alue_type c, size_type pos = npos) const noexcept; // constexpr since C++20
307 …rst_of(const basic_string& str, size_type pos = 0) const noexcept; // constexpr since C++20
309 …pos = 0) const noexcept; // C++17, noexcept as an extension, constexpr since C++20
310 …rst_of(const value_type* s, size_type pos, size_type n) const noexcept; // constexpr since C++20
311 …rst_of(const value_type* s, size_type pos = 0) const noexcept; // constexpr since C++20
312 …rst_of(value_type c, size_type pos = 0) const noexcept; // constexpr since C++20
314 …st_of(const basic_string& str, size_type pos = npos) const noexcept; // constexpr since C++20
316 …os = npos) const noexcept noexcept; // C++17, noexcept as an extension, constexpr since C++20
317 …st_of(const value_type* s, size_type pos, size_type n) const noexcept; // constexpr since C++20
318 …st_of(const value_type* s, size_type pos = npos) const noexcept; // constexpr since C++20
319 …st_of(value_type c, size_type pos = npos) const noexcept; // constexpr since C++20
321 …rst_not_of(const basic_string& str, size_type pos = 0) const noexcept; // constexpr since C++20
323 …ype pos = 0) const noexcept; // C++17, noexcept as an extension, constexpr since C++20
324 …st_not_of(const value_type* s, size_type pos, size_type n) const noexcept; // constexpr since C++20
325 …rst_not_of(const value_type* s, size_type pos = 0) const noexcept; // constexpr since C++20
326 …rst_not_of(value_type c, size_type pos = 0) const noexcept; // constexpr since C++20
328 …st_not_of(const basic_string& str, size_type pos = npos) const noexcept; // constexpr since C++20
330 …pe pos = npos) const noexcept; // C++17, noexcept as an extension, constexpr since C++20
331 …st_not_of(const value_type* s, size_type pos, size_type n) const noexcept; // constexpr since C++20
332 …st_not_of(const value_type* s, size_type pos = npos) const noexcept; // constexpr since C++20
333 …st_not_of(value_type c, size_type pos = npos) const noexcept; // constexpr since C++20
335 … basic_string& str) const noexcept; // constexpr since C++20
337 … // C++17, noexcept as an extension, constexpr since C++20
338 …type pos1, size_type n1, const basic_string& str) const; // constexpr since C++20
340 …e pos1, size_type n1, const T& t) const; // C++17, constexpr since C++20
342 …s2, size_type n2=npos) const; // C++14, constexpr since C++20
345 …e pos2, size_type n2=npos) const; // C++17, constexpr since C++20
346 … value_type* s) const noexcept; // constexpr since C++20
347 …type pos1, size_type n1, const value_type* s) const; // constexpr since C++20
348 …type pos1, size_type n1, const value_type* s, size_type n2) const; // constexpr since C++20
392 …_string<charT, traits, Allocator>& rhs); // constexpr since C++20
396 …* lhs , const basic_string<charT,traits,Allocator>&rhs); // constexpr since C++20
400 …const basic_string<charT,traits,Allocator>& rhs); // constexpr since C++20
404 …_string<charT, traits, Allocator>& lhs, const charT* rhs); // constexpr since C++20
408 …_string<charT, traits, Allocator>& lhs, charT rhs); // constexpr since C++20
430 … basic_string<charT, traits, Allocator>& rhs) noexcept; // constexpr since C++20
436 … basic_string<charT,traits,Allocator>& lhs, const charT* rhs) noexcept; // constexpr since C++20
488 …ass charT, class traits, class Allocator> // since C++20
492 …ass charT, class traits, class Allocator> // since C++20
499 …noexcept(lhs.swap(rhs))); // constexpr since C++20
577 …char> operator""s( const char *str, size_t len ); // C++14, constexpr since C++20
578 …wchar_t> operator""s( const wchar_t *str, size_t len ); // C++14, constexpr since C++20
580 …char16_t> operator""s( const char16_t *str, size_t len ); // C++14, constexpr since C++20
581 …char32_t> operator""s( const char32_t *str, size_t len ); // C++14, constexpr since C++20
772 // - size_type: is always trivially relocatable, since it has to be an integral type
773 // - value_type: is always trivially relocatable, since it has to be trivial
870 // This does not impact the short string representation, since we never need the MSB
957 …// a stricter check, since correct code can never rely on being able to access newly-added element…
3323 // and later (since P0966R1), however we provide consistent behavior in all Standard