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

Function value_ptr

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

Source from the content-addressed store, hash-verified

682 void destruct_value() { value_ptr()->~T(); }
683
684 optional_nodiscard value_type const *value_ptr() const { return as<value_type>(); }
685
686 value_type *value_ptr() { return as<value_type>(); }
687

Callers 4

construct_valueFunction · 0.70
emplaceFunction · 0.70
destruct_valueFunction · 0.70
optional_lite.hppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected