René's URL Explorer Experiment


Title: std::basic_string_view - cppreference.com

Generator: MediaWiki 1.21.2

direct link

Domain: zh.cppreference.com

Links:

cppreference.com https://zh.cppreference.com/index.html
Create accounthttps://en.cppreference.com/mwiki/index.php?title=Special:UserLogin&returnto=cpp%2Fstring%2Fbasic+string+view&type=signup
Log inhttps://en.cppreference.com/mwiki/index.php?title=Special:UserLogin&returnto=cpp%2Fstring%2Fbasic+string+view
Pagehttps://zh.cppreference.com/w/cpp/string/basic_string_view.html
Discussionhttps://zh.cppreference.com/w/Talk%253Acpp/string/basic_string_view.html
https://zh.cppreference.com/w/cpp/string/basic_string_view.html
Viewhttps://zh.cppreference.com/w/cpp/string/basic_string_view.html
Edithttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string_view&action=edit
Historyhttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string_view&action=history
https://zh.cppreference.com/w/cpp/string/basic_string_view.html
cpphttps://zh.cppreference.com/w/cpp.html
stringhttps://zh.cppreference.com/w/cpp/string.html
C++https://zh.cppreference.com/w/cpp.html
Compiler supporthttps://zh.cppreference.com/w/cpp/compiler_support.html
Freestanding and hostedhttps://zh.cppreference.com/w/cpp/freestanding.html
Languagehttps://zh.cppreference.com/w/cpp/language.html
Standard libraryhttps://zh.cppreference.com/w/cpp/standard_library.html
Standard library headershttps://zh.cppreference.com/w/cpp/headers.html
Named requirementshttps://zh.cppreference.com/w/cpp/iterator/concepts.html
Feature test macroshttps://zh.cppreference.com/w/cpp/experimental/feature_test.html
Language support libraryhttps://zh.cppreference.com/w/cpp/utility.html#Language_support
Concepts libraryhttps://zh.cppreference.com/w/cpp/concepts.html
Diagnostics libraryhttps://zh.cppreference.com/w/cpp/error.html
Memory management libraryhttps://zh.cppreference.com/w/cpp/memory.html
Metaprogramming libraryhttps://zh.cppreference.com/w/cpp/meta.html
General utilities libraryhttps://zh.cppreference.com/w/cpp/utility.html
Containers libraryhttps://zh.cppreference.com/w/cpp/container.html
Iterators libraryhttps://zh.cppreference.com/w/cpp/iterator.html
Ranges libraryhttps://zh.cppreference.com/w/cpp/ranges.html
Algorithms libraryhttps://zh.cppreference.com/w/cpp/algorithm.html
Strings libraryhttps://zh.cppreference.com/w/cpp/string.html
Text processing libraryhttps://zh.cppreference.com/w/cpp/text.html
Numerics libraryhttps://zh.cppreference.com/w/cpp/numeric.html
Date and time libraryhttps://zh.cppreference.com/w/cpp/chrono.html
Input/output libraryhttps://zh.cppreference.com/w/cpp/io.html
Filesystem libraryhttps://zh.cppreference.com/w/cpp/filesystem.html
Concurrency support libraryhttps://zh.cppreference.com/w/cpp/atomic.html
Execution control libraryhttps://zh.cppreference.com/w/cpp/experimental/execution.html
Technical specificationshttps://zh.cppreference.com/w/cpp/experimental.html
Symbols indexhttps://zh.cppreference.com/w/cpp/symbol_index.html
External librarieshttps://zh.cppreference.com/w/cpp/links/libs.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/navbar_content&action=edit
Strings libraryhttps://zh.cppreference.com/w/cpp/string.html
basic_stringhttps://zh.cppreference.com/w/cpp/string/basic_string.html
char_traitshttps://zh.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 functionshttps://zh.cppreference.com/w/cpp/string/basic_string_view.html#Member_functions
basic_string_view::basic_string_viewhttps://zh.cppreference.com/w/cpp/string/basic_string_view/basic_string_view.html
basic_string_view::operator=https://zh.cppreference.com/w/cpp/string/basic_string_view/operator=.html
Iteratorshttps://zh.cppreference.com/w/cpp/string/basic_string_view.html#Iterators
basic_string_view::beginbasic_string_view::cbeginhttps://zh.cppreference.com/w/cpp/string/basic_string_view/begin.html
basic_string_view::endbasic_string_view::cendhttps://zh.cppreference.com/w/cpp/string/basic_string_view/end.html
basic_string_view::rbeginbasic_string_view::crbeginhttps://zh.cppreference.com/w/cpp/string/basic_string_view/rbegin.html
basic_string_view::rendbasic_string_view::crendhttps://zh.cppreference.com/w/cpp/string/basic_string_view/rend.html
Capacityhttps://zh.cppreference.com/w/cpp/string/basic_string_view.html#Capacity
basic_string_view::sizebasic_string_view::lengthhttps://zh.cppreference.com/w/cpp/string/basic_string_view/size.html
basic_string_view::max_sizehttps://zh.cppreference.com/w/cpp/string/basic_string_view/max_size.html
basic_string_view::emptyhttps://zh.cppreference.com/w/cpp/string/basic_string_view/empty.html
Operationshttps://zh.cppreference.com/w/cpp/string/basic_string_view.html#Operations
basic_string_view::copyhttps://zh.cppreference.com/w/cpp/string/basic_string_view/copy.html
basic_string_view::substrhttps://zh.cppreference.com/w/cpp/string/basic_string_view/substr.html
basic_string_view::comparehttps://zh.cppreference.com/w/cpp/string/basic_string_view/compare.html
basic_string_view::starts_withhttps://zh.cppreference.com/w/cpp/string/basic_string_view/starts_with.html
basic_string_view::ends_withhttps://zh.cppreference.com/w/cpp/string/basic_string_view/ends_with.html
basic_string_view::containshttps://zh.cppreference.com/w/cpp/string/basic_string_view/contains.html
basic_string_view::findhttps://zh.cppreference.com/w/cpp/string/basic_string_view/find.html
basic_string_view::rfindhttps://zh.cppreference.com/w/cpp/string/basic_string_view/rfind.html
basic_string_view::find_first_ofhttps://zh.cppreference.com/w/cpp/string/basic_string_view/find_first_of.html
basic_string_view::find_last_ofhttps://zh.cppreference.com/w/cpp/string/basic_string_view/find_last_of.html
basic_string_view::find_first_not_ofhttps://zh.cppreference.com/w/cpp/string/basic_string_view/find_first_not_of.html
basic_string_view::find_last_not_ofhttps://zh.cppreference.com/w/cpp/string/basic_string_view/find_last_not_of.html
Element accesshttps://zh.cppreference.com/w/cpp/string/basic_string_view.html#Element_access
basic_string_view::athttps://zh.cppreference.com/w/cpp/string/basic_string_view/at.html
basic_string_view::operator[]https://zh.cppreference.com/w/cpp/string/basic_string_view/operator_at.html
basic_string_view::fronthttps://zh.cppreference.com/w/cpp/string/basic_string_view/front.html
basic_string_view::backhttps://zh.cppreference.com/w/cpp/string/basic_string_view/back.html
basic_string_view::datahttps://zh.cppreference.com/w/cpp/string/basic_string_view/data.html
Modifiershttps://zh.cppreference.com/w/cpp/string/basic_string_view.html#Modifiers
basic_string_view::remove_prefixhttps://zh.cppreference.com/w/cpp/string/basic_string_view/remove_prefix.html
basic_string_view::remove_suffixhttps://zh.cppreference.com/w/cpp/string/basic_string_view/remove_suffix.html
basic_string_view::swaphttps://zh.cppreference.com/w/cpp/string/basic_string_view/swap.html
basic_string_view::nposhttps://zh.cppreference.com/w/cpp/string/basic_string_view/npos.html
Non-member functionshttps://zh.cppreference.com/w/cpp/string/basic_string_view.html#Non-member_functions
operator==operator!=operatoroperator<=operator>=operator<=>https://zh.cppreference.com/w/cpp/string/basic_string_view/operator_cmp.html
operator<<https://zh.cppreference.com/w/cpp/string/basic_string_view/operator_ltlt.html
operator""svhttps://zh.cppreference.com/w/cpp/string/basic_string_view/operator%2522%2522sv.html
Helper classeshttps://zh.cppreference.com/w/cpp/string/basic_string_view.html#Helper_classes
hashhashhashhashhashhttps://zh.cppreference.com/w/cpp/string/basic_string_view/hash.html
Deduction guideshttps://zh.cppreference.com/w/cpp/string/basic_string_view/deduction_guides.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/navbar_content&action=edit
https://zh.cppreference.com/w/cpp/header/string_view.html
std::char_traitshttps://zh.cppreference.com/w/cpp/string/char_traits.html
TriviallyCopyablehttps://zh.cppreference.com/w/cpp/named_req/TriviallyCopyable.html
https://zh.cppreference.com/w/cpp/header/string_view.html
1 Template parametershttps://zh.cppreference.com/w/cpp/string/basic_string_view.html#Template_parameters
2 Nested typeshttps://zh.cppreference.com/w/cpp/string/basic_string_view.html#Nested_types
3 Data membershttps://zh.cppreference.com/w/cpp/string/basic_string_view.html#Data_members
4 Member functionshttps://zh.cppreference.com/w/cpp/string/basic_string_view.html#Member_functions
4.1 Constructors and assignmenthttps://zh.cppreference.com/w/cpp/string/basic_string_view.html#Constructors_and_assignment
4.2 Iteratorshttps://zh.cppreference.com/w/cpp/string/basic_string_view.html#Iterators
4.3 Element accesshttps://zh.cppreference.com/w/cpp/string/basic_string_view.html#Element_access
4.4 Capacityhttps://zh.cppreference.com/w/cpp/string/basic_string_view.html#Capacity
4.5 Modifiershttps://zh.cppreference.com/w/cpp/string/basic_string_view.html#Modifiers
4.6 Operationshttps://zh.cppreference.com/w/cpp/string/basic_string_view.html#Operations
5 Constantshttps://zh.cppreference.com/w/cpp/string/basic_string_view.html#Constants
6 Non-member functionshttps://zh.cppreference.com/w/cpp/string/basic_string_view.html#Non-member_functions
6.1 Input/outputhttps://zh.cppreference.com/w/cpp/string/basic_string_view.html#Input.2Foutput
7 Literalshttps://zh.cppreference.com/w/cpp/string/basic_string_view.html#Literals
8 Helper classeshttps://zh.cppreference.com/w/cpp/string/basic_string_view.html#Helper_classes
9 Helper templateshttps://zh.cppreference.com/w/cpp/string/basic_string_view.html#Helper_templates
10 Deduction guideshttps://zh.cppreference.com/w/cpp/string/basic_string_view.html#Deduction_guides
11 Noteshttps://zh.cppreference.com/w/cpp/string/basic_string_view.html#Notes
12 Examplehttps://zh.cppreference.com/w/cpp/string/basic_string_view.html#Example
13 Defect reportshttps://zh.cppreference.com/w/cpp/string/basic_string_view.html#Defect_reports
14 See alsohttps://zh.cppreference.com/w/cpp/string/basic_string_view.html#See_also
edithttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string_view&action=edit§ion=1
CharTraitshttps://zh.cppreference.com/w/cpp/named_req/CharTraits.html
std::basic_stringhttps://zh.cppreference.com/w/cpp/string/basic_string.html
edithttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string_view&action=edit§ion=2
LegacyRandomAccessIteratorhttps://zh.cppreference.com/w/cpp/named_req/RandomAccessIterator.html
LegacyContiguousIteratorhttps://zh.cppreference.com/w/cpp/named_req/ContiguousIterator.html
ConstexprIteratorhttps://zh.cppreference.com/w/cpp/named_req/ConstexprIterator.html
contiguous_iteratorhttps://zh.cppreference.com/w/cpp/iterator/contiguous_iterator.html
std::reverse_iteratorhttps://zh.cppreference.com/w/cpp/iterator/reverse_iterator.html
std::size_thttps://zh.cppreference.com/w/cpp/types/size_t.html
std::ptrdiff_thttps://zh.cppreference.com/w/cpp/types/ptrdiff_t.html
Containerhttps://zh.cppreference.com/w/cpp/named_req/Container.html
edithttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string_view&action=edit§ion=3
edithttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string_view&action=edit§ion=4
(constructor)https://zh.cppreference.com/w/cpp/string/basic_string_view/basic_string_view.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/dsc_constructor&action=edit
operator=https://zh.cppreference.com/w/cpp/string/basic_string_view/operator=.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/dsc_operator%3D&action=edit
begincbeginhttps://zh.cppreference.com/w/cpp/string/basic_string_view/begin.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/dsc_begin&action=edit
endcendhttps://zh.cppreference.com/w/cpp/string/basic_string_view/end.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/dsc_end&action=edit
rbegincrbeginhttps://zh.cppreference.com/w/cpp/string/basic_string_view/rbegin.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/dsc_rbegin&action=edit
rendcrendhttps://zh.cppreference.com/w/cpp/string/basic_string_view/rend.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/dsc_rend&action=edit
operator[]https://zh.cppreference.com/w/cpp/string/basic_string_view/operator_at.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/dsc_operator_at&action=edit
athttps://zh.cppreference.com/w/cpp/string/basic_string_view/at.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/dsc_at&action=edit
fronthttps://zh.cppreference.com/w/cpp/string/basic_string_view/front.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/dsc_front&action=edit
backhttps://zh.cppreference.com/w/cpp/string/basic_string_view/back.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/dsc_back&action=edit
datahttps://zh.cppreference.com/w/cpp/string/basic_string_view/data.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/dsc_data&action=edit
sizelengthhttps://zh.cppreference.com/w/cpp/string/basic_string_view/size.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/dsc_size&action=edit
max_sizehttps://zh.cppreference.com/w/cpp/string/basic_string_view/max_size.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/dsc_max_size&action=edit
emptyhttps://zh.cppreference.com/w/cpp/string/basic_string_view/empty.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/dsc_empty&action=edit
remove_prefixhttps://zh.cppreference.com/w/cpp/string/basic_string_view/remove_prefix.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/dsc_remove_prefix&action=edit
remove_suffixhttps://zh.cppreference.com/w/cpp/string/basic_string_view/remove_suffix.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/dsc_remove_suffix&action=edit
swaphttps://zh.cppreference.com/w/cpp/string/basic_string_view/swap.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/dsc_swap&action=edit
copyhttps://zh.cppreference.com/w/cpp/string/basic_string_view/copy.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/dsc_copy&action=edit
substrhttps://zh.cppreference.com/w/cpp/string/basic_string_view/substr.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/dsc_substr&action=edit
comparehttps://zh.cppreference.com/w/cpp/string/basic_string_view/compare.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/dsc_compare&action=edit
starts_withhttps://zh.cppreference.com/w/cpp/string/basic_string_view/starts_with.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/dsc_starts_with&action=edit
ends_withhttps://zh.cppreference.com/w/cpp/string/basic_string_view/ends_with.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/dsc_ends_with&action=edit
containshttps://zh.cppreference.com/w/cpp/string/basic_string_view/contains.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/dsc_contains&action=edit
findhttps://zh.cppreference.com/w/cpp/string/basic_string_view/find.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/dsc_find&action=edit
rfindhttps://zh.cppreference.com/w/cpp/string/basic_string_view/rfind.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/dsc_rfind&action=edit
find_first_ofhttps://zh.cppreference.com/w/cpp/string/basic_string_view/find_first_of.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/dsc_find_first_of&action=edit
find_last_ofhttps://zh.cppreference.com/w/cpp/string/basic_string_view/find_last_of.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/dsc_find_last_of&action=edit
find_first_not_ofhttps://zh.cppreference.com/w/cpp/string/basic_string_view/find_first_not_of.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/dsc_find_first_not_of&action=edit
find_last_not_ofhttps://zh.cppreference.com/w/cpp/string/basic_string_view/find_last_not_of.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/dsc_find_last_not_of&action=edit
nposhttps://zh.cppreference.com/w/cpp/string/basic_string_view/npos.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/dsc_npos&action=edit
edithttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string_view&action=edit§ion=5
operator==operator!=operatoroperator<=operator>=operator<=>https://zh.cppreference.com/w/cpp/string/basic_string_view/operator_cmp.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/dsc_operator_cmp&action=edit
operator<<https://zh.cppreference.com/w/cpp/string/basic_string_view/operator_ltlt.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/dsc_operator_ltlt&action=edit
edithttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string_view&action=edit§ion=6
std::literals::string_view_literalshttps://zh.cppreference.com/w/cpp/header/string_view.html#Synopsis
operator""svhttps://zh.cppreference.com/w/cpp/string/basic_string_view/operator%2522%2522sv.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/dsc_operator%22%22sv&action=edit
edithttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string_view&action=edit§ion=7
std::hashstd::hashstd::hashstd::hashstd::hashhttps://zh.cppreference.com/w/cpp/string/basic_string_view/hash.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string_view/dsc_hash&action=edit
edithttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string_view&action=edit§ion=8
ranges::enable_borrowed_rangehttps://zh.cppreference.com/w/cpp/ranges/borrowed_range.html
ranges::enable_borrowed_rangehttps://zh.cppreference.com/w/cpp/ranges/borrowed_range.html
borrowed_rangehttps://zh.cppreference.com/w/cpp/ranges/borrowed_range.html
ranges::enable_viewhttps://zh.cppreference.com/w/cpp/ranges/view.html
ranges::enable_viewhttps://zh.cppreference.com/w/cpp/ranges/view.html
viewhttps://zh.cppreference.com/w/cpp/ranges/view.html
Deduction guideshttps://zh.cppreference.com/w/cpp/string/basic_string_view/deduction_guides.html
edithttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string_view&action=edit§ion=10
Feature-testhttps://zh.cppreference.com/w/cpp/utility/feature_test.html
__cpp_lib_string_viewhttps://zh.cppreference.com/w/cpp/experimental/feature_test.html#cpp_lib_string_view
201606Lhttps://zh.cppreference.com/w/cpp/compiler_support/17.html#cpp_lib_string_view_201606L
std::string_viewhttps://zh.cppreference.com/w/cpp/string/basic_string_view.html#Top
201803Lhttps://zh.cppreference.com/w/cpp/compiler_support/20.html#cpp_lib_string_view_201803L
ConstexprIteratorhttps://zh.cppreference.com/w/cpp/named_req/ConstexprIterator.html
__cpp_lib_string_containshttps://zh.cppreference.com/w/cpp/experimental/feature_test.html#cpp_lib_string_contains
202011Lhttps://zh.cppreference.com/w/cpp/compiler_support/23.html#cpp_lib_string_contains_202011L
containshttps://zh.cppreference.com/w/cpp/string/basic_string_view/contains.html
edithttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string_view&action=edit§ion=11
std::couthttps://zh.cppreference.com/w/cpp/io/cout.html
std::couthttps://zh.cppreference.com/w/cpp/io/cout.html
edithttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string_view&action=edit§ion=12
LWG 3203https://cplusplus.github.io/LWG/issue3203
edithttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string_view&action=edit§ion=13
basic_stringhttps://zh.cppreference.com/w/cpp/string/basic_string.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/dsc_basic_string&action=edit
operator+https://en.cppreference.com/w/cpp/string/basic_string/operator%2B
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/string/basic_string/dsc_operator%2B&action=edit
spanhttps://zh.cppreference.com/w/cpp/container/span.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/container/dsc_span&action=edit
initializer_listhttps://zh.cppreference.com/w/cpp/utility/initializer_list.html
list-initializationhttps://zh.cppreference.com/w/cpp/language/list_initialization.html
[edit]https://en.cppreference.com/mwiki/index.php?title=Template:cpp/utility/dsc_initializer_list&action=edit
https://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string_view&oldid=182322https://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string_view&oldid=182322
Support ushttp://www.cppreference.com/support
Recent changeshttps://en.cppreference.com/w/Special:RecentChanges
FAQhttps://zh.cppreference.com/w/Cppreference%253AAbout.html
Offline versionhttps://zh.cppreference.com/w/Cppreference%253AArchives.html
https://zh.cppreference.com/w/cpp/string/basic_string_view.html
What links herehttps://en.cppreference.com/w/Special:WhatLinksHere/cpp/string/basic_string_view
Related changeshttps://en.cppreference.com/w/Special:RecentChangesLinked/cpp/string/basic_string_view
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_view&printable=yes
Permanent linkhttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string_view&oldid=182322
Page informationhttps://en.cppreference.com/mwiki/index.php?title=cpp/string/basic_string_view&action=info
Deutschhttp://de.cppreference.com/w/cpp/string/basic_string_view
Españolhttp://es.cppreference.com/w/cpp/string/basic_string_view
日本語http://ja.cppreference.com/w/cpp/string/basic_string_view
Русскийhttp://ru.cppreference.com/w/cpp/string/basic_string_view
中文http://zh.cppreference.com/w/cpp/string/basic_string_view
Privacy policyhttps://zh.cppreference.com/w/Cppreference%253APrivacy_policy.html
About cppreference.comhttps://zh.cppreference.com/w/Cppreference%253AAbout.html
Disclaimershttps://zh.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.