.. _exhale_function_variant_8hpp_1a0fa14a49c50ab40760f2fd8426071e00: Function mpark::detail::MPARK_VARIANT_DESTRUCTOR(Trait::Available, ~destructor() { destroy();}, inline void destroy() noexcept { if(!this->valueless_by_exception()) { visitation::alt::visit_alt(dtor{}, \*this);} this->index_=static_cast(-1);}) ============================================================================================================================================================================================================================================================ - Defined in :ref:`file_include_osrf_testing_tools_cpp_vendor_mpark_variant_variant.hpp` Function Documentation ---------------------- .. doxygenfunction:: mpark::detail::MPARK_VARIANT_DESTRUCTOR(Trait::Available, ~destructor() { destroy();}, inline void destroy() noexcept { if(!this->valueless_by_exception()) { visitation::alt::visit_alt(dtor{}, *this);} this->index_=static_cast(-1);}) :project: osrf_testing_tools_cpp Doxygen Project