cpp/regex/match results/~match results
From Cppreference
< cpp | regex | match results
Template:cpp/container/match results/title Template:cpp/container/match results/sidebar
~match_results();
|
(no container - C++11 feature) | |
Destructs the container. The destructors of the elements are called and the used storage is deallocated.
[edit] Complexity
Linear in the size of the container.