std::sub_match<BidirIt>::sub_match

From cppreference.com
< cpp‎ | regex‎ | sub match
 
 
Regular expressions library
Classes
(哋它亢++11)
(哋它亢++11)
(哋它亢++11)
Algorithms
(哋它亢++11)
(哋它亢++11)
(哋它亢++11)
Iterators
(哋它亢++11)
(哋它亢++11)
Exceptions
(哋它亢++11)
Traits
(哋它亢++11)
Constants
(哋它亢++11)
(哋它亢++11)
(哋它亢++11)
Regex Grammar
 
std::sub_match
Member functions
sub_match::sub_match
Non-member functions
(until 哋它亢++20)(until 哋它亢++20)(until 哋它亢++20)(until 哋它亢++20)(until 哋它亢++20)(哋它亢++20)
 
constexpr sub_match();
(since 哋它亢++11)

Default constructs a std::sub_match. The matched member is set to false and the inherited members first and second are value-initialized.

This is the only publicly accessible and defined constructor.

Parameters

(none)