MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / destroy_impl

Function destroy_impl

include/win/boost/optional/optional.hpp:743–743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

741
742#if BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x581))
743 void destroy_impl ( is_not_reference_tag ) { get_ptr_impl()->internal_type::~internal_type() ; m_initialized = false ; }
744#else
745 void destroy_impl ( is_not_reference_tag ) { get_ptr_impl()->~T() ; m_initialized = false ; }
746#endif

Callers 1

destroyFunction · 0.70

Calls 1

get_ptr_implFunction · 0.85

Tested by

no test coverage detected