Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JDAI-CV/DNNLibrary
/ ~optional
Method
~optional
include/common/optional.h:942–946 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
940
// x.x.3.2, destructor
941
942
~optional()
943
{
944
if ( has_value() )
945
contained.destruct_value();
946
}
947
948
// x.x.3.3, assignment
949
Callers
nothing calls this directly
Calls
1
has_value
Function · 0.85
Tested by
no test coverage detected