table of contents
std::match_results::~match_results(3) | C++ Standard Libary | std::match_results::~match_results(3) |
NAME¶
std::match_results::~match_results - std::match_results::~match_results
Synopsis¶
~match_results(); (since C++11)
Destructs the match_results object and the associated sub-matches.
Complexity¶
Linear in the number of sub-matches.
2024.06.10 | http://cppreference.com |