.. index:: pair: struct; EE::SmallFunction::VTable .. _doxid-struct_e_e_1_1_small_function_1_1_v_table: struct EE::SmallFunction::VTable ================================ .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct VTable { // fields void(* :target:`invoke`)(SmallFunction &); void(* :target:`copy`)(SmallFunction &, const SmallFunction &); void(* :target:`move`)(SmallFunction &, SmallFunction &); void(* :target:`destroy`)(SmallFunction &) noexcept; };