René's URL Explorer Experiment


Title: std::span - cppreference.com

Generator: MediaWiki 1.43.8

direct link

Domain: cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttps://cppreference.com/
Create accounthttps://cppreference.com/index.php?title=Special:CreateAccount&returnto=cpp%2Fcontainer%2Fspan
Log inhttps://cppreference.com/index.php?title=Special:UserLogin&returnto=cpp%2Fcontainer%2Fspan
Pagehttps://cppreference.com/cpp/container/span
Discussionhttps://cppreference.com/Talk:cpp/container/span
https://cppreference.com/cpp/container/span
Readhttps://cppreference.com/cpp/container/span
View sourcehttps://cppreference.com/index.php?title=cpp/container/span&action=edit
View historyhttps://cppreference.com/index.php?title=cpp/container/span&action=history
https://cppreference.com/cpp/container/span
cpphttps://cppreference.com/cpp
containerhttps://cppreference.com/cpp/container
C++https://cppreference.com/cpp
Compiler supporthttps://cppreference.com/cpp/compiler_support
Freestanding and hostedhttps://cppreference.com/cpp/freestanding
Languagehttps://cppreference.com/cpp/language
Standard libraryhttps://cppreference.com/cpp/standard_library
Standard library headershttps://cppreference.com/cpp/header
Named requirementshttps://cppreference.com/cpp/named_req
Feature test macroshttps://cppreference.com/cpp/feature_test
Language support libraryhttps://cppreference.com/cpp/utility#Language_support
Concepts libraryhttps://cppreference.com/cpp/concepts
Diagnostics libraryhttps://cppreference.com/cpp/error
Memory management libraryhttps://cppreference.com/cpp/memory
Metaprogramming libraryhttps://cppreference.com/cpp/meta
General utilities libraryhttps://cppreference.com/cpp/utility
Containers libraryhttps://cppreference.com/cpp/container
Iterators libraryhttps://cppreference.com/cpp/iterator
Ranges libraryhttps://cppreference.com/cpp/ranges
Algorithms libraryhttps://cppreference.com/cpp/algorithm
Strings libraryhttps://cppreference.com/cpp/string
Text processing libraryhttps://cppreference.com/cpp/text
Numerics libraryhttps://cppreference.com/cpp/numeric
Date and time libraryhttps://cppreference.com/cpp/chrono
Input/output libraryhttps://cppreference.com/cpp/io
Filesystem libraryhttps://cppreference.com/cpp/filesystem
Concurrency support libraryhttps://cppreference.com/cpp/thread
Execution control libraryhttps://cppreference.com/cpp/execution
Technical specificationshttps://cppreference.com/cpp/experimental
Symbols indexhttps://cppreference.com/cpp/symbol_index
External librarieshttps://cppreference.com/cpp/links/libs
[edit]https://cppreference.com/index.php?title=Template:cpp/navbar_content&action=edit
Containers libraryhttps://cppreference.com/cpp/container
Sequencehttps://cppreference.com/cpp/container#Sequence_containers
arrayhttps://cppreference.com/cpp/container/array
vectorhttps://cppreference.com/cpp/container/vector
vectorhttps://cppreference.com/cpp/container/vector_bool
inplace_vectorhttps://cppreference.com/cpp/container/inplace_vector
hivehttps://cppreference.com/cpp/container/hive
dequehttps://cppreference.com/cpp/container/deque
forward_listhttps://cppreference.com/cpp/container/forward_list
listhttps://cppreference.com/cpp/container/list
Associativehttps://cppreference.com/cpp/container#Associative_containers
sethttps://cppreference.com/cpp/container/set
multisethttps://cppreference.com/cpp/container/multiset
maphttps://cppreference.com/cpp/container/map
multimaphttps://cppreference.com/cpp/container/multimap
Unordered associativehttps://cppreference.com/cpp/container#Unordered_associative_containers_(since_C++11)
unordered_sethttps://cppreference.com/cpp/container/unordered_set
unordered_multisethttps://cppreference.com/cpp/container/unordered_multiset
unordered_maphttps://cppreference.com/cpp/container/unordered_map
unordered_multimaphttps://cppreference.com/cpp/container/unordered_multimap
Adaptorshttps://cppreference.com/cpp/container#Container_adaptors
stackhttps://cppreference.com/cpp/container/stack
queuehttps://cppreference.com/cpp/container/queue
priority_queuehttps://cppreference.com/cpp/container/priority_queue
flat_sethttps://cppreference.com/cpp/container/flat_set
flat_multisethttps://cppreference.com/cpp/container/flat_multiset
flat_maphttps://cppreference.com/cpp/container/flat_map
flat_multimaphttps://cppreference.com/cpp/container/flat_multimap
Viewshttps://cppreference.com/cpp/container#Views
mdspanhttps://cppreference.com/cpp/container/mdspan
Iterator invalidationhttps://cppreference.com/cpp/container#Iterator_invalidation
Member function tablehttps://cppreference.com/cpp/container#Member_function_table
Non-member function tablehttps://cppreference.com/cpp/container#Non-member_function_table
[edit]https://cppreference.com/index.php?title=Template:cpp/container/navbar_content&action=edit
Member functionshttps://cppreference.com/cpp/container/span#Member_functions
span::spanhttps://cppreference.com/cpp/container/span/span
span::operator=https://cppreference.com/cpp/container/span/operator%3D
Element accesshttps://cppreference.com/cpp/container/span#Element_access
span::fronthttps://cppreference.com/cpp/container/span/front
span::backhttps://cppreference.com/cpp/container/span/back
span::athttps://cppreference.com/cpp/container/span/at
span::operator[]https://cppreference.com/cpp/container/span/operator_at
span::datahttps://cppreference.com/cpp/container/span/data
Iteratorshttps://cppreference.com/cpp/container/span#Iterators
span::beginspan::cbeginhttps://cppreference.com/cpp/container/span/begin
span::endspan::cendhttps://cppreference.com/cpp/container/span/end
span::rbeginspan::crbeginhttps://cppreference.com/cpp/container/span/rbegin
span::rendspan::crendhttps://cppreference.com/cpp/container/span/rend
Observershttps://cppreference.com/cpp/container/span#Observers
span::emptyhttps://cppreference.com/cpp/container/span/empty
span::sizehttps://cppreference.com/cpp/container/span/size
span::size_byteshttps://cppreference.com/cpp/container/span/size_bytes
Subviewshttps://cppreference.com/cpp/container/span#Subviews
span::firsthttps://cppreference.com/cpp/container/span/first
span::lasthttps://cppreference.com/cpp/container/span/last
span::subspanhttps://cppreference.com/cpp/container/span/subspan
Non-member functionshttps://cppreference.com/cpp/container/span#Non-member_functions
as_bytesas_writable_byteshttps://cppreference.com/cpp/container/span/as_bytes
Non-member constanthttps://cppreference.com/cpp/container/span#Non-member_constant
dynamic_extenthttps://cppreference.com/cpp/container/span/dynamic_extent
Deduction guideshttps://cppreference.com/cpp/container/span/deduction_guides
[edit]https://cppreference.com/index.php?title=Template:cpp/container/span/navbar_content&action=edit
https://cppreference.com/cpp/header/span
TriviallyCopyablehttps://cppreference.com/cpp/named_req/TriviallyCopyable
1 Template parametershttps://cppreference.com/cpp/container/span#Template_parameters
2 Nested typeshttps://cppreference.com/cpp/container/span#Nested_types
3 Data membershttps://cppreference.com/cpp/container/span#Data_members
4 Member functionshttps://cppreference.com/cpp/container/span#Member_functions
4.1 Iteratorshttps://cppreference.com/cpp/container/span#Iterators
4.2 Element accesshttps://cppreference.com/cpp/container/span#Element_access
4.3 Observershttps://cppreference.com/cpp/container/span#Observers
4.4 Subviewshttps://cppreference.com/cpp/container/span#Subviews
5 Non-member functionshttps://cppreference.com/cpp/container/span#Non-member_functions
6 Helper constanthttps://cppreference.com/cpp/container/span#Helper_constant
7 Helper templateshttps://cppreference.com/cpp/container/span#Helper_templates
8 Deduction guideshttps://cppreference.com/cpp/container/span#Deduction_guides
9 Noteshttps://cppreference.com/cpp/container/span#Notes
10 Examplehttps://cppreference.com/cpp/container/span#Example
11 Defect reportshttps://cppreference.com/cpp/container/span#Defect_reports
12 See alsohttps://cppreference.com/cpp/container/span#See_also
[1]https://cppreference.com/cpp/container/span#cite_note-1
LegacyRandomAccessIteratorhttps://cppreference.com/cpp/named_req/RandomAccessIterator
ConstexprIteratorhttps://cppreference.com/cpp/named_req/ConstexprIterator
contiguous_iteratorhttps://cppreference.com/cpp/iterator/contiguous_iterator
https://cppreference.com/cpp/container/span#cite_ref-1
Containerhttps://cppreference.com/cpp/named_req/Container
(constructor)https://cppreference.com/cpp/container/span/span
[edit]https://cppreference.com/index.php?title=Template:cpp/container/span/dsc_constructor&action=edit
operator=https://cppreference.com/cpp/container/span/operator%3D
[edit]https://cppreference.com/index.php?title=Template:cpp/container/span/dsc_operator%3D&action=edit
begincbeginhttps://cppreference.com/cpp/container/span/begin
[edit]https://cppreference.com/index.php?title=Template:cpp/container/dsc_begin&action=edit
endcendhttps://cppreference.com/cpp/container/span/end
[edit]https://cppreference.com/index.php?title=Template:cpp/container/dsc_end&action=edit
rbegincrbeginhttps://cppreference.com/cpp/container/span/rbegin
[edit]https://cppreference.com/index.php?title=Template:cpp/container/dsc_rbegin&action=edit
rendcrendhttps://cppreference.com/cpp/container/span/rend
[edit]https://cppreference.com/index.php?title=Template:cpp/container/dsc_rend&action=edit
fronthttps://cppreference.com/cpp/container/span/front
[edit]https://cppreference.com/index.php?title=Template:cpp/container/dsc_front&action=edit
backhttps://cppreference.com/cpp/container/span/back
[edit]https://cppreference.com/index.php?title=Template:cpp/container/dsc_back&action=edit
athttps://cppreference.com/cpp/container/span/at
[edit]https://cppreference.com/index.php?title=Template:cpp/container/dsc_at&action=edit
operator[]https://cppreference.com/cpp/container/span/operator_at
[edit]https://cppreference.com/index.php?title=Template:cpp/container/dsc_operator_at&action=edit
datahttps://cppreference.com/cpp/container/span/data
[edit]https://cppreference.com/index.php?title=Template:cpp/container/dsc_data&action=edit
sizehttps://cppreference.com/cpp/container/span/size
[edit]https://cppreference.com/index.php?title=Template:cpp/container/dsc_size&action=edit
size_byteshttps://cppreference.com/cpp/container/span/size_bytes
[edit]https://cppreference.com/index.php?title=Template:cpp/container/span/dsc_size_bytes&action=edit
emptyhttps://cppreference.com/cpp/container/span/empty
[edit]https://cppreference.com/index.php?title=Template:cpp/container/span/dsc_empty&action=edit
firsthttps://cppreference.com/cpp/container/span/first
[edit]https://cppreference.com/index.php?title=Template:cpp/container/span/dsc_first&action=edit
lasthttps://cppreference.com/cpp/container/span/last
[edit]https://cppreference.com/index.php?title=Template:cpp/container/span/dsc_last&action=edit
subspanhttps://cppreference.com/cpp/container/span/subspan
[edit]https://cppreference.com/index.php?title=Template:cpp/container/span/dsc_subspan&action=edit
as_bytesas_writable_byteshttps://cppreference.com/cpp/container/span/as_bytes
[edit]https://cppreference.com/index.php?title=Template:cpp/container/span/dsc_as_bytes&action=edit
dynamic_extenthttps://cppreference.com/cpp/container/span/dynamic_extent
[edit]https://cppreference.com/index.php?title=Template:cpp/container/span/dsc_dynamic_extent&action=edit
borrowed_rangehttps://cppreference.com/cpp/ranges/borrowed_range
viewhttps://cppreference.com/cpp/ranges/view
Deduction guideshttps://cppreference.com/cpp/container/span/deduction_guides
Feature-testhttps://cppreference.com/cpp/utility/feature_test
__cpp_lib_spanhttps://cppreference.com/cpp/feature_test#cpp_lib_span
202002Lhttps://cppreference.com/cpp/compiler_support/20#cpp_lib_span_202002L
202311Lhttps://cppreference.com/cpp/compiler_support/26#cpp_lib_span_202311L
LWG 3203https://cplusplus.github.io/LWG/issue3203
LWG 3903https://cplusplus.github.io/LWG/issue3903
P2325R3https://wg21.link/P2325R3
mdspanhttps://cppreference.com/cpp/container/mdspan
[edit]https://cppreference.com/index.php?title=Template:cpp/container/dsc_mdspan&action=edit
ranges::subrangehttps://cppreference.com/cpp/ranges/subrange
viewhttps://cppreference.com/cpp/ranges/view
[edit]https://cppreference.com/index.php?title=Template:cpp/ranges/dsc_subrange&action=edit
initializer_listhttps://cppreference.com/cpp/utility/initializer_list
list-initializationhttps://cppreference.com/cpp/language/list_initialization
[edit]https://cppreference.com/index.php?title=Template:cpp/utility/dsc_initializer_list&action=edit
basic_string_viewhttps://cppreference.com/cpp/string/basic_string_view
[edit]https://cppreference.com/index.php?title=Template:cpp/string/dsc_basic_string_view&action=edit
Categorieshttps://cppreference.com/Special:Categories
Pages using deprecated source tagshttps://cppreference.com/index.php?title=Category:Pages_using_deprecated_source_tags&action=edit&redlink=1
Pages using deprecated enclose attributeshttps://cppreference.com/index.php?title=Category:Pages_using_deprecated_enclose_attributes&action=edit&redlink=1
Support ushttp://www.cppreference.com/support
Recent changeshttps://cppreference.com/Special:RecentChanges
FAQhttps://cppreference.com/Cppreference:FAQ
Offline versionhttps://cppreference.com/Cppreference:Archives
https://cppreference.com/cpp/container/span
What links herehttps://cppreference.com/Special:WhatLinksHere/cpp/container/span
Related changeshttps://cppreference.com/Special:RecentChangesLinked/cpp/container/span
Upload filehttp://upload.cppreference.com/w/Special:Upload
Special pageshttps://cppreference.com/Special:SpecialPages
Printable versionjavascript:print();
Permanent linkhttps://cppreference.com/index.php?title=cpp/container/span&oldid=182834
Page informationhttps://cppreference.com/index.php?title=cpp/container/span&action=info
Deutschhttps://de.cppreference.com/cpp/container/span
Españolhttp://es.cppreference.com/cpp/container/span
日本語http://ja.cppreference.com/cpp/container/span
Русскийhttp://ru.cppreference.com/cpp/container/span
中文http://zh.cppreference.com/cpp/container/span

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.