MCPcopy Create free account
hub / github.com/deweylab/RSEM / destroy_impl

Function destroy_impl

boost/optional/optional.hpp:477–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475
476#if BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x581))
477 void destroy_impl ( is_not_reference_tag ) { get_ptr_impl()->internal_type::~internal_type() ; m_initialized = false ; }
478#else
479 void destroy_impl ( is_not_reference_tag ) { get_ptr_impl()->T::~T() ; m_initialized = false ; }
480#endif

Callers 1

destroyFunction · 0.85

Calls 1

get_ptr_implFunction · 0.85

Tested by

no test coverage detected