Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_value
Function · 0.70
emplace
Function · 0.70
destruct_value
Function · 0.70
optional_lite.hpp
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected