MCPcopy Create free account
hub / github.com/JDAI-CV/DNNLibrary / destruct_value

Function destruct_value

include/common/optional.h:622–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620#endif
621
622 void destruct_value()
623 {
624 value_ptr()->~T();
625 }
626
627 value_type const * value_ptr() const
628 {

Callers

nothing calls this directly

Calls 1

value_ptrFunction · 0.85

Tested by

no test coverage detected