René's URL Explorer Experiment


Title: std::match_results - 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%2Fregex%2Fmatch+results
Log inhttps://cppreference.com/index.php?title=Special:UserLogin&returnto=cpp%2Fregex%2Fmatch+results
Pagehttps://cppreference.com/cpp/regex/match_results
Discussionhttps://cppreference.com/index.php?title=Talk:cpp/regex/match_results&action=edit&redlink=1
https://cppreference.com/cpp/regex/match_results
Readhttps://cppreference.com/cpp/regex/match_results
View sourcehttps://cppreference.com/index.php?title=cpp/regex/match_results&action=edit
View historyhttps://cppreference.com/index.php?title=cpp/regex/match_results&action=history
https://cppreference.com/cpp/regex/match_results
cpphttps://cppreference.com/cpp
regexhttps://cppreference.com/cpp/regex
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
Text processing libraryhttps://cppreference.com/cpp/text
Localization libraryhttps://cppreference.com/cpp/locale
Regular expressions libraryhttps://cppreference.com/cpp/regex
Formatting libraryhttps://cppreference.com/cpp/utility/format
Null-terminated sequence utilitieshttps://cppreference.com/cpp/text#Null-terminated_sequence_utilities
Byte stringshttps://cppreference.com/cpp/string/byte
Multibyte stringshttps://cppreference.com/cpp/string/multibyte
Wide stringshttps://cppreference.com/cpp/string/wide
Primitive numeric conversionshttps://cppreference.com/cpp/text#Primitive_numeric_conversions
to_charshttps://cppreference.com/cpp/utility/to_chars
to_chars_resulthttps://cppreference.com/cpp/utility/to_chars_result
from_charshttps://cppreference.com/cpp/utility/from_chars
from_chars_resulthttps://cppreference.com/cpp/utility/from_chars_result
chars_formathttps://cppreference.com/cpp/utility/chars_format
Text encoding identificationshttps://cppreference.com/cpp/text#Text_encoding_identifications
text_encodinghttps://cppreference.com/cpp/text/text_encoding
[edit]https://cppreference.com/index.php?title=Template:cpp/text/navbar_content&action=edit
Regular expressions libraryhttps://cppreference.com/cpp/regex
basic_regexhttps://cppreference.com/cpp/regex/basic_regex
sub_matchhttps://cppreference.com/cpp/regex/sub_match
regex_matchhttps://cppreference.com/cpp/regex/regex_match
regex_searchhttps://cppreference.com/cpp/regex/regex_search
regex_replacehttps://cppreference.com/cpp/regex/regex_replace
regex_iteratorhttps://cppreference.com/cpp/regex/regex_iterator
regex_token_iteratorhttps://cppreference.com/cpp/regex/regex_token_iterator
regex_errorhttps://cppreference.com/cpp/regex/regex_error
regex_traitshttps://cppreference.com/cpp/regex/regex_traits
syntax_option_typehttps://cppreference.com/cpp/regex/syntax_option_type
match_flag_typehttps://cppreference.com/cpp/regex/match_flag_type
error_typehttps://cppreference.com/cpp/regex/error_type
Modified ECMAScript-262https://cppreference.com/cpp/regex/ecmascript
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/navbar_content&action=edit
match_results::match_resultshttps://cppreference.com/cpp/regex/match_results/match_results
match_results::~match_resultshttps://cppreference.com/cpp/regex/match_results/~match_results
match_results::operator=https://cppreference.com/cpp/regex/match_results/operator%3D
match_results::get_allocatorhttps://cppreference.com/cpp/regex/match_results/get_allocator
match_results::readyhttps://cppreference.com/cpp/regex/match_results/ready
match_results::sizehttps://cppreference.com/cpp/regex/match_results/size
match_results::max_sizehttps://cppreference.com/cpp/regex/match_results/max_size
match_results::emptyhttps://cppreference.com/cpp/regex/match_results/empty
match_results::lengthhttps://cppreference.com/cpp/regex/match_results/length
match_results::positionhttps://cppreference.com/cpp/regex/match_results/position
match_results::strhttps://cppreference.com/cpp/regex/match_results/str
match_results::operator[]https://cppreference.com/cpp/regex/match_results/operator_at
match_results::prefixhttps://cppreference.com/cpp/regex/match_results/prefix
match_results::suffixhttps://cppreference.com/cpp/regex/match_results/suffix
match_results::beginmatch_results::cbeginhttps://cppreference.com/cpp/regex/match_results/begin
match_results::endmatch_results::cendhttps://cppreference.com/cpp/regex/match_results/end
match_results::formathttps://cppreference.com/cpp/regex/match_results/format
match_results::swaphttps://cppreference.com/cpp/regex/match_results/swap
operator==operator!=https://cppreference.com/cpp/regex/match_results/operator_cmp
swap(std::match_results)https://cppreference.com/cpp/regex/match_results/swap2
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/match_results/navbar_content&action=edit
https://cppreference.com/cpp/header/regex
AllocatorAwareContainerhttps://cppreference.com/cpp/named_req/AllocatorAwareContainer
SequenceContainerhttps://cppreference.com/cpp/named_req/SequenceContainer
1 Type requirementshttps://cppreference.com/cpp/regex/match_results#Type_requirements
2 Specializationshttps://cppreference.com/cpp/regex/match_results#Specializations
3 Member typeshttps://cppreference.com/cpp/regex/match_results#Member_types
4 Member functionshttps://cppreference.com/cpp/regex/match_results#Member_functions
4.1 Statehttps://cppreference.com/cpp/regex/match_results#State
4.2 Sizehttps://cppreference.com/cpp/regex/match_results#Size
4.3 Element accesshttps://cppreference.com/cpp/regex/match_results#Element_access
4.4 Iteratorshttps://cppreference.com/cpp/regex/match_results#Iterators
4.5 Formathttps://cppreference.com/cpp/regex/match_results#Format
4.6 Modifiershttps://cppreference.com/cpp/regex/match_results#Modifiers
5 Non-member functionshttps://cppreference.com/cpp/regex/match_results#Non-member_functions
LegacyBidirectionalIteratorhttps://cppreference.com/cpp/named_req/BidirectionalIterator
Allocatorhttps://cppreference.com/cpp/named_req/Allocator
https://cppreference.com/cpp/header/regex
(constructor)https://cppreference.com/cpp/regex/match_results/match_results
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/match_results/dsc_constructor&action=edit
(destructor)https://cppreference.com/cpp/regex/match_results/~match_results
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/match_results/dsc_destructor&action=edit
operator=https://cppreference.com/cpp/regex/match_results/operator%3D
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/match_results/dsc_operator%3D&action=edit
get_allocatorhttps://cppreference.com/cpp/regex/match_results/get_allocator
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/match_results/dsc_get_allocator&action=edit
readyhttps://cppreference.com/cpp/regex/match_results/ready
emptyhttps://cppreference.com/cpp/regex/match_results/empty
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/match_results/dsc_empty&action=edit
sizehttps://cppreference.com/cpp/regex/match_results/size
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/match_results/dsc_size&action=edit
max_sizehttps://cppreference.com/cpp/regex/match_results/max_size
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/match_results/dsc_max_size&action=edit
lengthhttps://cppreference.com/cpp/regex/match_results/length
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/match_results/dsc_length&action=edit
positionhttps://cppreference.com/cpp/regex/match_results/position
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/match_results/dsc_position&action=edit
strhttps://cppreference.com/cpp/regex/match_results/str
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/match_results/dsc_str&action=edit
operator[]https://cppreference.com/cpp/regex/match_results/operator_at
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/match_results/dsc_operator_at&action=edit
prefixhttps://cppreference.com/cpp/regex/match_results/prefix
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/match_results/dsc_prefix&action=edit
suffixhttps://cppreference.com/cpp/regex/match_results/suffix
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/match_results/dsc_suffix&action=edit
begincbeginhttps://cppreference.com/cpp/regex/match_results/begin
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/match_results/dsc_begin&action=edit
endcendhttps://cppreference.com/cpp/regex/match_results/end
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/match_results/dsc_end&action=edit
formathttps://cppreference.com/cpp/regex/match_results/format
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/match_results/dsc_format&action=edit
swaphttps://cppreference.com/cpp/regex/match_results/swap
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/match_results/dsc_swap&action=edit
operator==operator!=https://cppreference.com/cpp/regex/match_results/operator_cmp
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/match_results/dsc_operator_cmp&action=edit
std::swap(std::match_results)https://cppreference.com/cpp/regex/match_results/swap2
std::swaphttps://cppreference.com/cpp/algorithm/swap
[edit]https://cppreference.com/index.php?title=Template:cpp/regex/match_results/dsc_swap2&action=edit
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/regex/match_results
What links herehttps://cppreference.com/Special:WhatLinksHere/cpp/regex/match_results
Related changeshttps://cppreference.com/Special:RecentChangesLinked/cpp/regex/match_results
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/regex/match_results&oldid=167116
Page informationhttps://cppreference.com/index.php?title=cpp/regex/match_results&action=info
Deutschhttps://de.cppreference.com/cpp/regex/match_results
Españolhttp://es.cppreference.com/cpp/regex/match_results
Françaishttp://fr.cppreference.com/cpp/regex/match_results
Italianohttp://it.cppreference.com/cpp/regex/match_results
日本語http://ja.cppreference.com/cpp/regex/match_results
한국어http://ko.cppreference.com/cpp/regex/match_results
Portuguêshttp://pt.cppreference.com/cpp/regex/match_results
Русскийhttp://ru.cppreference.com/cpp/regex/match_results
中文http://zh.cppreference.com/cpp/regex/match_results

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.