René's URL Explorer Experiment


Title: std::basic_string - cppreference.com

Generator: MediaWiki 1.21.2

direct link

Domain: cppreference.com

Links:

cppreference.com http://cppreference.com/index.html
Create accounthttps://en.cppreference.com/mwiki/index.php?title=Special:UserLogin&returnto=cpp%2Fstring%2Fbasic+string&type=signup
Log inhttps://en.cppreference.com/mwiki/index.php?title=Special:UserLogin&returnto=cpp%2Fstring%2Fbasic+string
Pagehttp://cppreference.com/w/cpp/string/basic_string.html
Discussionhttp://cppreference.com/w/Talk%253Acpp/string/basic_string.html
http://cppreference.com/w/cpp/string/basic_string.html
Viewhttp://cppreference.com/w/cpp/string/basic_string.html
Edithttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string&action=edit
Historyhttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string&action=history
http://cppreference.com/w/cpp/string/basic_string.html
cpphttp://cppreference.com/w/cpp.html
stringhttp://cppreference.com/w/cpp/string.html
C++http://cppreference.com/w/cpp.html
Compiler supporthttp://cppreference.com/w/cpp/compiler_support.html
Freestanding and hostedhttp://cppreference.com/w/cpp/freestanding.html
Languagehttp://cppreference.com/w/cpp/language.html
Standard libraryhttp://cppreference.com/w/cpp/standard_library.html
Standard library headershttp://cppreference.com/w/cpp/headers.html
Named requirementshttp://cppreference.com/w/cpp/iterator/concepts.html
Feature test macroshttp://cppreference.com/w/cpp/experimental/feature_test.html
Language support libraryhttp://cppreference.com/w/cpp/utility.html#Language_support
Concepts libraryhttp://cppreference.com/w/cpp/concepts.html
Diagnostics libraryhttp://cppreference.com/w/cpp/error.html
Memory management libraryhttp://cppreference.com/w/cpp/memory.html
Metaprogramming libraryhttp://cppreference.com/w/cpp/meta.html
General utilities libraryhttp://cppreference.com/w/cpp/utility.html
Containers libraryhttp://cppreference.com/w/cpp/container.html
Iterators libraryhttp://cppreference.com/w/cpp/iterator.html
Ranges libraryhttp://cppreference.com/w/cpp/ranges.html
Algorithms libraryhttp://cppreference.com/w/cpp/algorithm.html
Strings libraryhttp://cppreference.com/w/cpp/string.html
Text processing libraryhttp://cppreference.com/w/cpp/text.html
Numerics libraryhttp://cppreference.com/w/cpp/numeric.html
Date and time libraryhttp://cppreference.com/w/cpp/chrono.html
Input/output libraryhttp://cppreference.com/w/cpp/io.html
Filesystem libraryhttp://cppreference.com/w/cpp/filesystem.html
Concurrency support libraryhttp://cppreference.com/w/cpp/atomic.html
Execution control libraryhttp://cppreference.com/w/cpp/experimental/execution.html
Technical specificationshttp://cppreference.com/w/cpp/experimental.html
Symbols indexhttp://cppreference.com/w/cpp/symbol_index.html
External librarieshttp://cppreference.com/w/cpp/links/libs.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/navbar_content&action=edit
Strings libraryhttp://cppreference.com/w/cpp/string.html
basic_string_viewhttp://cppreference.com/w/cpp/string/basic_string_view.html
char_traitshttp://cppreference.com/w/cpp/string/char_traits.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/navbar_content&action=edit
Member functionshttp://cppreference.com/w/cpp/string/basic_string.html#Member_functions
basic_string::basic_stringhttp://cppreference.com/w/cpp/string/basic_string/basic_string.html
basic_string::~basic_stringhttp://cppreference.com/w/cpp/string/basic_string/~basic_string.html
basic_string::operator=http://cppreference.com/w/cpp/string/basic_string/operator=.html
basic_string::assignhttp://cppreference.com/w/cpp/string/basic_string/assign.html
basic_string::assign_rangehttp://cppreference.com/w/cpp/string/basic_string/assign_range.html
basic_string::get_allocatorhttp://cppreference.com/w/cpp/string/basic_string/get_allocator.html
Element accesshttp://cppreference.com/w/cpp/string/basic_string.html#Element_access
basic_string::athttp://cppreference.com/w/cpp/string/basic_string/at.html
basic_string::operator[]http://cppreference.com/w/cpp/string/basic_string/operator_at.html
basic_string::fronthttp://cppreference.com/w/cpp/string/basic_string/front.html
basic_string::backhttp://cppreference.com/w/cpp/string/basic_string/back.html
basic_string::datahttp://cppreference.com/w/cpp/string/basic_string/data.html
basic_string::c_strhttp://cppreference.com/w/cpp/string/basic_string/c_str.html
basic_string::operator basic_string_viewhttp://cppreference.com/w/cpp/string/basic_string/operator_basic_string_view.html
Iteratorshttp://cppreference.com/w/cpp/string/basic_string.html#Iterators
basic_string::beginbasic_string::cbeginhttp://cppreference.com/w/cpp/string/basic_string/begin.html
basic_string::endbasic_string::cendhttp://cppreference.com/w/cpp/string/basic_string/end.html
basic_string::rbeginbasic_string::crbeginhttp://cppreference.com/w/cpp/string/basic_string/rbegin.html
basic_string::rendbasic_string::crendhttp://cppreference.com/w/cpp/string/basic_string/rend.html
Searchhttp://cppreference.com/w/cpp/string/basic_string.html#Search
basic_string::findhttp://cppreference.com/w/cpp/string/basic_string/find.html
basic_string::rfindhttp://cppreference.com/w/cpp/string/basic_string/rfind.html
basic_string::find_first_ofhttp://cppreference.com/w/cpp/string/basic_string/find_first_of.html
basic_string::find_first_not_ofhttp://cppreference.com/w/cpp/string/basic_string/find_first_not_of.html
basic_string::find_last_ofhttp://cppreference.com/w/cpp/string/basic_string/find_last_of.html
basic_string::find_last_not_ofhttp://cppreference.com/w/cpp/string/basic_string/find_last_not_of.html
Modifiershttp://cppreference.com/w/cpp/string/basic_string.html#Modifiers
basic_string::clearhttp://cppreference.com/w/cpp/string/basic_string/clear.html
basic_string::inserthttp://cppreference.com/w/cpp/string/basic_string/insert.html
basic_string::insert_rangehttp://cppreference.com/w/cpp/string/basic_string/insert_range.html
basic_string::erasehttp://cppreference.com/w/cpp/string/basic_string/erase.html
basic_string::push_backhttp://cppreference.com/w/cpp/string/basic_string/push_back.html
basic_string::pop_backhttp://cppreference.com/w/cpp/string/basic_string/pop_back.html
basic_string::appendhttp://cppreference.com/w/cpp/string/basic_string/append.html
basic_string::append_rangehttp://cppreference.com/w/cpp/string/basic_string/append_range.html
basic_string::operator+=http://cppreference.com/w/cpp/string/basic_string/operator+=.html
basic_string::replacehttp://cppreference.com/w/cpp/string/basic_string/replace.html
basic_string::replace_with_rangehttp://cppreference.com/w/cpp/string/basic_string/replace_with_range.html
basic_string::copyhttp://cppreference.com/w/cpp/string/basic_string/copy.html
basic_string::resizehttp://cppreference.com/w/cpp/string/basic_string/resize.html
basic_string::resize_and_overwritehttp://cppreference.com/w/cpp/string/basic_string/resize_and_overwrite.html
basic_string::swaphttp://cppreference.com/w/cpp/string/basic_string/swap.html
Capacityhttp://cppreference.com/w/cpp/string/basic_string.html#Capacity
basic_string::emptyhttp://cppreference.com/w/cpp/string/basic_string/empty.html
basic_string::sizebasic_string::lengthhttp://cppreference.com/w/cpp/string/basic_string/size.html
basic_string::max_sizehttp://cppreference.com/w/cpp/string/basic_string/max_size.html
basic_string::reservehttp://cppreference.com/w/cpp/string/basic_string/reserve.html
basic_string::capacityhttp://cppreference.com/w/cpp/string/basic_string/capacity.html
basic_string::shrink_to_fithttp://cppreference.com/w/cpp/string/basic_string/shrink_to_fit.html
Operationshttp://cppreference.com/w/cpp/string/basic_string.html#Operations
basic_string::comparehttp://cppreference.com/w/cpp/string/basic_string/compare.html
basic_string::starts_withhttp://cppreference.com/w/cpp/string/basic_string/starts_with.html
basic_string::ends_withhttp://cppreference.com/w/cpp/string/basic_string/ends_with.html
basic_string::containshttp://cppreference.com/w/cpp/string/basic_string/contains.html
basic_string::substrhttp://cppreference.com/w/cpp/string/basic_string/substr.html
Constantshttp://cppreference.com/w/cpp/string/basic_string.html#Constants
basic_string::nposhttp://cppreference.com/w/cpp/string/basic_string/npos.html
Non-member functionshttp://cppreference.com/w/cpp/string/basic_string.html#Non-member_functions
operator+https://en.cppreference.com/w/cpp/string/basic_string/operator%2B
swap(std::basic_string)http://cppreference.com/w/cpp/string/basic_string/swap2.html
erase(std::basic_string)erase_if(std::basic_string)http://cppreference.com/w/cpp/string/basic_string/erase2.html
I/Ohttp://cppreference.com/w/cpp/string/basic_string.html#Input.2Foutput
operator<>http://cppreference.com/w/cpp/string/basic_string/operator_ltltgtgt.html
getlinehttp://cppreference.com/w/cpp/string/basic_string/getline.html
Comparisonhttp://cppreference.com/w/cpp/string/basic_string.html#Non-member_functions
operator==operator!=operatoroperator<=operator>=operator<=>http://cppreference.com/w/cpp/string/basic_string/operator_cmp.html
Numeric conversionshttp://cppreference.com/w/cpp/string/basic_string.html#Numeric_conversions
stoistolstollhttp://cppreference.com/w/cpp/string/basic_string/stol.html
stoulstoullhttp://cppreference.com/w/cpp/string/basic_string/stoul.html
stofstodstoldhttp://cppreference.com/w/cpp/string/basic_string/stof.html
to_stringhttp://cppreference.com/w/cpp/string/basic_string/to_string.html
to_wstringhttp://cppreference.com/w/cpp/string/basic_string/to_wstring.html
Literalshttp://cppreference.com/w/cpp/string/basic_string.html#Literals
operator""shttp://cppreference.com/w/cpp/string/basic_string/operator%2522%2522s.html
Helper classeshttp://cppreference.com/w/cpp/string/basic_string.html#Helper_classes
hashhttp://cppreference.com/w/cpp/string/basic_string/hash.html
Deduction guideshttp://cppreference.com/w/cpp/string/basic_string/deduction_guides.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/navbar_content&action=edit
http://cppreference.com/w/cpp/header/string.html
std::char_traitshttp://cppreference.com/w/cpp/string/char_traits.html
std::allocatorhttp://cppreference.com/w/cpp/memory/allocator.html
std::char_traitshttp://cppreference.com/w/cpp/string/char_traits.html
std::pmr::polymorphic_allocatorhttp://cppreference.com/w/cpp/memory/polymorphic_allocator.html
characterhttp://cppreference.com/w/cpp/language/types.html#Character_types
TrivialTypehttp://cppreference.com/w/cpp/named_req/TrivialType.html
StandardLayoutTypehttp://cppreference.com/w/cpp/named_req/StandardLayoutType.html
std::char_traitshttp://cppreference.com/w/cpp/string/char_traits.html
AllocatorAwareContainerhttp://cppreference.com/w/cpp/named_req/AllocatorAwareContainer.html
SequenceContainerhttp://cppreference.com/w/cpp/named_req/SequenceContainer.html
ContiguousContainerhttp://cppreference.com/w/cpp/named_req/ContiguousContainer.html
http://cppreference.com/w/cpp/header/string.html
1 Template parametershttp://cppreference.com/w/cpp/string/basic_string.html#Template_parameters
2 Nested typeshttp://cppreference.com/w/cpp/string/basic_string.html#Nested_types
3 Data membershttp://cppreference.com/w/cpp/string/basic_string.html#Data_members
4 Member functionshttp://cppreference.com/w/cpp/string/basic_string.html#Member_functions
4.1 Element accesshttp://cppreference.com/w/cpp/string/basic_string.html#Element_access
4.2 Iteratorshttp://cppreference.com/w/cpp/string/basic_string.html#Iterators
4.3 Capacityhttp://cppreference.com/w/cpp/string/basic_string.html#Capacity
4.4 Modifiershttp://cppreference.com/w/cpp/string/basic_string.html#Modifiers
4.5 Searchhttp://cppreference.com/w/cpp/string/basic_string.html#Search
4.6 Operationshttp://cppreference.com/w/cpp/string/basic_string.html#Operations
5 Non-member functionshttp://cppreference.com/w/cpp/string/basic_string.html#Non-member_functions
5.1 Input/outputhttp://cppreference.com/w/cpp/string/basic_string.html#Input.2Foutput
5.2 Numeric conversionshttp://cppreference.com/w/cpp/string/basic_string.html#Numeric_conversions
6 Literalshttp://cppreference.com/w/cpp/string/basic_string.html#Literals
7 Helper classeshttp://cppreference.com/w/cpp/string/basic_string.html#Helper_classes
8 Deduction guides (since C++17)http://cppreference.com/w/cpp/string/basic_string.html#Deduction_guides_.28since_C.2B.2B17.29
9 Iterator invalidationhttp://cppreference.com/w/cpp/string/basic_string.html#Iterator_invalidation
10 Noteshttp://cppreference.com/w/cpp/string/basic_string.html#Notes
11 Examplehttp://cppreference.com/w/cpp/string/basic_string.html#Example
12 Defect reportshttp://cppreference.com/w/cpp/string/basic_string.html#Defect_reports
13 See alsohttp://cppreference.com/w/cpp/string/basic_string.html#See_also
14 External linkshttp://cppreference.com/w/cpp/string/basic_string.html#External_links
edithttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string&action=edit§ion=1
Allocatorhttp://cppreference.com/w/cpp/named_req/Allocator.html
edithttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string&action=edit§ion=2
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/container/dsc_allocator_type&action=edit
std::allocator_traitshttp://cppreference.com/w/cpp/memory/allocator_traits.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/container/dsc_size_type&action=edit
std::allocator_traitshttp://cppreference.com/w/cpp/memory/allocator_traits.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/container/dsc_difference_type&action=edit
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/container/dsc_reference&action=edit
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/container/dsc_const_reference&action=edit
std::allocator_traitshttp://cppreference.com/w/cpp/memory/allocator_traits.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/container/dsc_pointer&action=edit
std::allocator_traitshttp://cppreference.com/w/cpp/memory/allocator_traits.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/container/dsc_const_pointer&action=edit
LegacyRandomAccessIteratorhttp://cppreference.com/w/cpp/named_req/RandomAccessIterator.html
LegacyContiguousIteratorhttp://cppreference.com/w/cpp/named_req/ContiguousIterator.html
LegacyRandomAccessIteratorhttp://cppreference.com/w/cpp/named_req/RandomAccessIterator.html
contiguous_iteratorhttp://cppreference.com/w/cpp/iterator/contiguous_iterator.html
ConstexprIteratorhttp://cppreference.com/w/cpp/named_req/ConstexprIterator.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/container/dsc_iterator&action=edit
LegacyRandomAccessIteratorhttp://cppreference.com/w/cpp/named_req/RandomAccessIterator.html
LegacyContiguousIteratorhttp://cppreference.com/w/cpp/named_req/ContiguousIterator.html
LegacyRandomAccessIteratorhttp://cppreference.com/w/cpp/named_req/RandomAccessIterator.html
contiguous_iteratorhttp://cppreference.com/w/cpp/iterator/contiguous_iterator.html
ConstexprIteratorhttp://cppreference.com/w/cpp/named_req/ConstexprIterator.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/container/dsc_const_iterator&action=edit
std::reverse_iteratorhttp://cppreference.com/w/cpp/iterator/reverse_iterator.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/container/dsc_reverse_iterator&action=edit
std::reverse_iteratorhttp://cppreference.com/w/cpp/iterator/reverse_iterator.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/container/dsc_const_reverse_iterator&action=edit
edithttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string&action=edit§ion=3
edithttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string&action=edit§ion=4
(constructor)http://cppreference.com/w/cpp/string/basic_string/basic_string.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_constructor&action=edit
(destructor)http://cppreference.com/w/cpp/string/basic_string/~basic_string.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_destructor&action=edit
operator=http://cppreference.com/w/cpp/string/basic_string/operator=.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_operator%3D&action=edit
assignhttp://cppreference.com/w/cpp/string/basic_string/assign.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_assign&action=edit
assign_rangehttp://cppreference.com/w/cpp/string/basic_string/assign_range.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_assign_range&action=edit
get_allocatorhttp://cppreference.com/w/cpp/string/basic_string/get_allocator.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_get_allocator&action=edit
athttp://cppreference.com/w/cpp/string/basic_string/at.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_at&action=edit
operator[]http://cppreference.com/w/cpp/string/basic_string/operator_at.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_operator_at&action=edit
fronthttp://cppreference.com/w/cpp/string/basic_string/front.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_front&action=edit
backhttp://cppreference.com/w/cpp/string/basic_string/back.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_back&action=edit
datahttp://cppreference.com/w/cpp/string/basic_string/data.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_data&action=edit
c_strhttp://cppreference.com/w/cpp/string/basic_string/c_str.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_c_str&action=edit
operator basic_string_viewhttp://cppreference.com/w/cpp/string/basic_string/operator_basic_string_view.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_operator_string_view&action=edit
begincbeginhttp://cppreference.com/w/cpp/string/basic_string/begin.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_begin&action=edit
endcendhttp://cppreference.com/w/cpp/string/basic_string/end.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_end&action=edit
rbegincrbeginhttp://cppreference.com/w/cpp/string/basic_string/rbegin.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_rbegin&action=edit
rendcrendhttp://cppreference.com/w/cpp/string/basic_string/rend.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_rend&action=edit
emptyhttp://cppreference.com/w/cpp/string/basic_string/empty.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_empty&action=edit
sizelengthhttp://cppreference.com/w/cpp/string/basic_string/size.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_size&action=edit
max_sizehttp://cppreference.com/w/cpp/string/basic_string/max_size.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_max_size&action=edit
reservehttp://cppreference.com/w/cpp/string/basic_string/reserve.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_reserve&action=edit
capacityhttp://cppreference.com/w/cpp/string/basic_string/capacity.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_capacity&action=edit
shrink_to_fithttp://cppreference.com/w/cpp/string/basic_string/shrink_to_fit.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_shrink_to_fit&action=edit
clearhttp://cppreference.com/w/cpp/string/basic_string/clear.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_clear&action=edit
inserthttp://cppreference.com/w/cpp/string/basic_string/insert.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_insert&action=edit
insert_rangehttp://cppreference.com/w/cpp/string/basic_string/insert_range.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_insert_range&action=edit
erasehttp://cppreference.com/w/cpp/string/basic_string/erase.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_erase&action=edit
push_backhttp://cppreference.com/w/cpp/string/basic_string/push_back.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_push_back&action=edit
pop_backhttp://cppreference.com/w/cpp/string/basic_string/pop_back.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_pop_back&action=edit
appendhttp://cppreference.com/w/cpp/string/basic_string/append.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_append&action=edit
append_rangehttp://cppreference.com/w/cpp/string/basic_string/append_range.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_append_range&action=edit
operator+=http://cppreference.com/w/cpp/string/basic_string/operator+=.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_operator%2B%3D&action=edit
replacehttp://cppreference.com/w/cpp/string/basic_string/replace.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_replace&action=edit
replace_with_rangehttp://cppreference.com/w/cpp/string/basic_string/replace_with_range.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_replace_with_range&action=edit
copyhttp://cppreference.com/w/cpp/string/basic_string/copy.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_copy&action=edit
resizehttp://cppreference.com/w/cpp/string/basic_string/resize.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_resize&action=edit
resize_and_overwritehttp://cppreference.com/w/cpp/string/basic_string/resize_and_overwrite.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_resize_and_overwrite&action=edit
swaphttp://cppreference.com/w/cpp/string/basic_string/swap.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_swap&action=edit
findhttp://cppreference.com/w/cpp/string/basic_string/find.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_find&action=edit
rfindhttp://cppreference.com/w/cpp/string/basic_string/rfind.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_rfind&action=edit
find_first_ofhttp://cppreference.com/w/cpp/string/basic_string/find_first_of.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_find_first_of&action=edit
find_first_not_ofhttp://cppreference.com/w/cpp/string/basic_string/find_first_not_of.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_find_first_not_of&action=edit
find_last_ofhttp://cppreference.com/w/cpp/string/basic_string/find_last_of.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_find_last_of&action=edit
find_last_not_ofhttp://cppreference.com/w/cpp/string/basic_string/find_last_not_of.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_find_last_not_of&action=edit
comparehttp://cppreference.com/w/cpp/string/basic_string/compare.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_compare&action=edit
starts_withhttp://cppreference.com/w/cpp/string/basic_string/starts_with.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_starts_with&action=edit
ends_withhttp://cppreference.com/w/cpp/string/basic_string/ends_with.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_ends_with&action=edit
containshttp://cppreference.com/w/cpp/string/basic_string/contains.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_contains&action=edit
substrhttp://cppreference.com/w/cpp/string/basic_string/substr.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_substr&action=edit
edithttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string&action=edit§ion=5
operator+https://en.cppreference.com/w/cpp/string/basic_string/operator%2B
string_viewhttp://cppreference.com/w/cpp/string/basic_string_view.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_operator%2B&action=edit
operator==operator!=operatoroperator<=operator>=operator<=>http://cppreference.com/w/cpp/string/basic_string/operator_cmp.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_operator_cmp&action=edit
std::swap(std::basic_string)http://cppreference.com/w/cpp/string/basic_string/swap2.html
std::swaphttp://cppreference.com/w/cpp/utility/swap.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_swap2&action=edit
erase(std::basic_string)erase_if(std::basic_string)http://cppreference.com/w/cpp/string/basic_string/erase2.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/container/dsc_erase_seq&action=edit
operator<>http://cppreference.com/w/cpp/string/basic_string/operator_ltltgtgt.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_operator_ltltgtgt&action=edit
getlinehttp://cppreference.com/w/cpp/string/basic_string/getline.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_getline&action=edit
stoistolstollhttp://cppreference.com/w/cpp/string/basic_string/stol.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_stol&action=edit
stoulstoullhttp://cppreference.com/w/cpp/string/basic_string/stoul.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_stoul&action=edit
stofstodstoldhttp://cppreference.com/w/cpp/string/basic_string/stof.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_stof&action=edit
to_stringhttp://cppreference.com/w/cpp/string/basic_string/to_string.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_to_string&action=edit
to_wstringhttp://cppreference.com/w/cpp/string/basic_string/to_wstring.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_to_wstring&action=edit
edithttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string&action=edit§ion=6
operator""shttp://cppreference.com/w/cpp/string/basic_string/operator%2522%2522s.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_operator%22%22s&action=edit
edithttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string&action=edit§ion=7
std::hashhttp://cppreference.com/w/cpp/string/basic_string/hash.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_hash&action=edit
edithttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string&action=edit§ion=8
Deduction guideshttp://cppreference.com/w/cpp/string/basic_string/deduction_guides.html
edithttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string&action=edit§ion=9
std::getlinehttp://cppreference.com/w/cpp/string/basic_string/getline.html
std::swaphttp://cppreference.com/w/cpp/utility/swap.html
operator>>http://cppreference.com/w/cpp/string/basic_string/operator_ltltgtgt.html
operator[]http://cppreference.com/w/cpp/string/basic_string/operator_at.html
athttp://cppreference.com/w/cpp/string/basic_string/at.html
datahttp://cppreference.com/w/cpp/string/basic_string/data.html
fronthttp://cppreference.com/w/cpp/string/basic_string/front.html
backhttp://cppreference.com/w/cpp/string/basic_string/back.html
beginhttp://cppreference.com/w/cpp/string/basic_string/begin.html
rbeginhttp://cppreference.com/w/cpp/string/basic_string/rbegin.html
endhttp://cppreference.com/w/cpp/string/basic_string/end.html
rendhttp://cppreference.com/w/cpp/string/basic_string/rend.html
edithttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string&action=edit§ion=10
P1072R10https://wg21.link/P1072R10
Feature-testhttp://cppreference.com/w/cpp/utility/feature_test.html
__cpp_lib_string_udlshttp://cppreference.com/w/cpp/experimental/feature_test.html#cpp_lib_string_udls
201304Lhttp://cppreference.com/w/cpp/compiler_support/14.html#cpp_lib_string_udls_201304L
User-defined literals for string typeshttp://cppreference.com/w/cpp/string/basic_string.html#Literals
__cpp_lib_starts_ends_withhttp://cppreference.com/w/cpp/experimental/feature_test.html#cpp_lib_starts_ends_with
201711Lhttp://cppreference.com/w/cpp/compiler_support/20.html#cpp_lib_starts_ends_with_201711L
starts_withhttp://cppreference.com/w/cpp/string/basic_string/starts_with.html
ends_withhttp://cppreference.com/w/cpp/string/basic_string/ends_with.html
__cpp_lib_constexpr_stringhttp://cppreference.com/w/cpp/experimental/feature_test.html#cpp_lib_constexpr_string
201907Lhttp://cppreference.com/w/cpp/compiler_support/20.html#cpp_lib_constexpr_string_201907L
__cpp_lib_char8_thttp://cppreference.com/w/cpp/experimental/feature_test.html#cpp_lib_char8_t
201907Lhttp://cppreference.com/w/cpp/compiler_support/20.html#cpp_lib_char8_t_201907L
__cpp_lib_erase_ifhttp://cppreference.com/w/cpp/experimental/feature_test.html#cpp_lib_erase_if
202002Lhttp://cppreference.com/w/cpp/compiler_support/20.html#cpp_lib_erase_if_202002L
erasehttp://cppreference.com/w/cpp/string/basic_string/erase2.html
erase_ifhttp://cppreference.com/w/cpp/string/basic_string/erase2.html
__cpp_lib_string_containshttp://cppreference.com/w/cpp/experimental/feature_test.html#cpp_lib_string_contains
202011Lhttp://cppreference.com/w/cpp/compiler_support/23.html#cpp_lib_string_contains_202011L
containshttp://cppreference.com/w/cpp/string/basic_string/contains.html
__cpp_lib_string_resize_and_overwritehttp://cppreference.com/w/cpp/experimental/feature_test.html#cpp_lib_string_resize_and_overwrite
202110Lhttp://cppreference.com/w/cpp/compiler_support/23.html#cpp_lib_string_resize_and_overwrite_202110L
resize_and_overwritehttp://cppreference.com/w/cpp/string/basic_string/resize_and_overwrite.html
__cpp_lib_containers_rangeshttp://cppreference.com/w/cpp/experimental/feature_test.html#cpp_lib_containers_ranges
202202Lhttp://cppreference.com/w/cpp/compiler_support/23.html#cpp_lib_containers_ranges_202202L
container compatible rangehttp://cppreference.com/w/cpp/ranges/to.html#container_compatible_range
edithttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string&action=edit§ion=11
std::couthttp://cppreference.com/w/cpp/io/cout.html
std::couthttp://cppreference.com/w/cpp/io/cout.html
std::couthttp://cppreference.com/w/cpp/io/cout.html
std::couthttp://cppreference.com/w/cpp/io/cout.html
edithttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string&action=edit§ion=12
LWG 530https://cplusplus.github.io/LWG/issue530
LWG259https://cplusplus.github.io/LWG/issue259
LWG 2861https://cplusplus.github.io/LWG/issue2861
LWG 2994https://cplusplus.github.io/LWG/issue2994
P1148R0https://wg21.link/P1148R0
[1]http://cppreference.com/w/cpp/string/basic_string.html#cite_note-1
http://cppreference.com/w/cpp/string/basic_string.html#cite_ref-1
P1148R0https://wg21.link/P1148R0
edithttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string&action=edit§ion=13
basic_string_viewhttp://cppreference.com/w/cpp/string/basic_string_view.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/dsc_basic_string_view&action=edit
edithttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string&action=edit§ion=14
C++ string handlinghttps://en.wikipedia.org/wiki/C%2B%2B_string_handling
https://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string&oldid=182889https://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string&oldid=182889
Support ushttp://www.cppreference.com/support
Recent changeshttps://en.cppreference.com/w/Special:RecentChanges
FAQhttp://cppreference.com/w/Cppreference%253AAbout.html
Offline versionhttp://cppreference.com/w/Cppreference%253AArchives.html
http://cppreference.com/w/cpp/string/basic_string.html
What links herehttps://en.cppreference.com/w/Special:WhatLinksHere/cpp/string/basic_string
Related changeshttps://en.cppreference.com/w/Special:RecentChangesLinked/cpp/string/basic_string
Upload filehttp://upload.cppreference.com/w/Special:Upload
Special pageshttps://en.cppreference.com/w/Special:SpecialPages
Printable versionhttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string&printable=yes
Permanent linkhttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string&oldid=182889
Page informationhttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string&action=info
Deutschhttp://de.cppreference.com/w/cpp/string/basic_string
Españolhttp://es.cppreference.com/w/cpp/string/basic_string
Françaishttp://fr.cppreference.com/w/cpp/string/basic_string
Italianohttp://it.cppreference.com/w/cpp/string/basic_string
日本語http://ja.cppreference.com/w/cpp/string/basic_string
Polskihttp://pl.cppreference.com/w/cpp/string/basic_string
Portuguêshttp://pt.cppreference.com/w/cpp/string/basic_string
Русскийhttp://ru.cppreference.com/w/cpp/string/basic_string
Türkçehttp://tr.cppreference.com/w/cpp/string/basic_string
中文http://zh.cppreference.com/w/cpp/string/basic_string
Privacy policyhttp://cppreference.com/w/Cppreference%253APrivacy_policy.html
About cppreference.comhttp://cppreference.com/w/Cppreference%253AAbout.html
Disclaimershttp://cppreference.com/w/Cppreference%253AGeneral_disclaimer.html
https://www.mediawiki.org/
http://qbnz.com/highlighter/
http://www.tigertech.net/referral/cppreference.com

URLs of crawlers that visited me.