• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

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

    履歴 編集

    function
    <regex>

    std::match_results::デストラクタ

    ~match_results();
    

    概要

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

    効果

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

    計算量

    線形時間

    バージョン

    言語

    • C++11

    処理系

    • Clang: 3.0 , 3.1 , 3.2 , 3.3 , 3.4 , 3.5 , 3.6
    • GCC: 4.9.0 , 4.9.1 , 4.9.2 , 5.0.0
    • ICC: ??
    • Visual C++: ??