(C++17)
to_chars_result(C++17)
from_chars(C++17)
from_chars_result(C++17)
chars_format(C++17)
Text encoding identifications text_encoding(C++26)
[edit] Regular expressions library Classes basic_regex(C++11)
sub_match(C++11)
match_results(C++11)
Algorithms regex_match(C++11)
regex_search(C++11)
regex_replace(C++11)
Iterators regex_iterator(C++11)
regex_token_iterator(C++11)
Exceptions regex_error(C++11)
Traits regex_traits(C++11)
Constants syntax_option_type(C++11)
match_flag_type(C++11)
error_type(C++11)
Regex Grammar Modified ECMAScript-262(C++11)
[edit] std::match_results Member functions match_results::match_results match_results::~match_results match_results::operator= match_results::get_allocator State match_results::ready Element access match_results::size match_results::max_sizematch_results::empty
match_results::length match_results::position match_results::str match_results::operator[] match_results::prefix match_results::suffix Iterators match_results::beginmatch_results::cbegin match_results::endmatch_results::cend Format match_results::format Modifiers match_results::swap Non-member functions operator==operator!=(until C++20)
swap(std::match_results) [edit]bool empty() const;
(since C++11)Checks whether the match was successful.
Contents [edit] Parameters(none)
[edit] Return valuetrue if *this represents the result of a failed match, false otherwise, i.e. size() == 0.
[edit] ExceptionsMay throw implementation-defined exceptions.
[edit] ComplexityConstant.
[edit] See also size returns the number of matches in a fully-established result stateRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4