命名空间
变体
操作

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

来自 cppreference.com
< cpp‎ | regex‎ | 匹配结果
~match_results();
(自 C++11 起)

销毁 match_results 对象及其关联的子匹配项。

[编辑] 复杂度

子匹配项数量的线性。