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

Function destroy

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

Source from the content-addressed store, hash-verified

702#endif
703
704 void destroy()
705 {
706 if ( m_initialized )
707 destroy_impl(is_reference_predicate()) ;
708 }
709
710 reference_const_type get_impl() const { return dereference(get_object(), is_reference_predicate() ) ; }
711 reference_type get_impl() { return dereference(get_object(), is_reference_predicate() ) ; }

Callers 5

~optional_baseFunction · 0.70
assignFunction · 0.70
optional.hppFile · 0.70
emplace_assignFunction · 0.70

Calls 1

destroy_implFunction · 0.70

Tested by

no test coverage detected