名稱空間
變體
操作

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

來自 cppreference.com
 
 
 
正則表示式庫
(C++11)
演算法
迭代器
異常
特性
常量
(C++11)
正則表示式語法
 
 
~match_results();
(C++11 起)

銷燬 match_results 物件及關聯的子匹配。

[編輯] 複雜度

與子匹配的數量呈線性關係。