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