最終更新日時(UTC):
が更新

履歴 編集

function
<regex>

std::match_results::デストラクタ(C++11)

~match_results();

概要

match_results オブジェクトを破棄する。

効果

match_results が保持しているすべての要素に対してデストラクタを実行し、メモリを解放する。

計算量

線形時間

バージョン

言語

  • C++11

処理系