Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JDAI-CV/DNNLibrary
/ value_ptr
Function
value_ptr
include/common/optional.h:627–630 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
625
}
626
627
value_type const * value_ptr() const
628
{
629
return as<value_type>();
630
}
631
632
value_type * value_ptr()
633
{
Callers
4
construct_value
Function · 0.85
emplace
Function · 0.85
destruct_value
Function · 0.85
optional.h
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected