.. index:: pair: struct; EE::System::RegEx::MatchDataDeleter .. _doxid-struct_e_e_1_1_system_1_1_reg_ex_1_1_match_data_deleter: struct EE::System::RegEx::MatchDataDeleter ========================================== .. toctree:: :hidden: Releases match data with the engine that created it. Owning it through this type is what keeps a :ref:`RegEx ` move-only: a copy would free the same block twice. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct MatchDataDeleter { // fields :ref:`Uint32` :target:`options`; // methods void :target:`operator()`(void* matchData) const; };