std::match_results (3) Linux Manual Page
std::match_results<BidirIt,Alloc>::~match_results – std::match_results<BidirIt,Alloc>::~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.
