Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JDAI-CV/DNNLibrary
/ construct_value
Function
construct_value
include/common/optional.h:591–594 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
589
}
590
591
void construct_value( value_type const & v )
592
{
593
::new( value_ptr() ) value_type( v );
594
}
595
596
#if optional_CPP11_OR_GREATER
597
Callers
1
storage_t
Function · 0.85
Calls
1
value_ptr
Function · 0.85
Tested by
no test coverage detected