cpp / latest / regex / match_results / ~match_results.html /

std::match_results<BidirIt,Alloc>::~match_results

~match_results();
(since C++11)

Destructs the match_results object and the associated sub-matches.

Complexity

Linear in the number of sub-matches.

© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/regex/match_results/%7Ematch_results