MCPcopy Create free account
hub / github.com/p-ranav/tabulate / destruct_value

Function destruct_value

include/tabulate/optional_lite.hpp:682–682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680#endif
681
682 void destruct_value() { value_ptr()->~T(); }
683
684 optional_nodiscard value_type const *value_ptr() const { return as<value_type>(); }
685

Callers

nothing calls this directly

Calls 1

value_ptrFunction · 0.70

Tested by

no test coverage detected