Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ optional
Class
optional
dlib/optional.h:35–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
34
template<class T>
35
class optional;
36
/*!
37
WHAT THIS OBJECT REPRESENTS
38
This is a standard's compliant backport of std::optional that works with C++14.
Callers
nothing calls this directly
Calls
4
move
Function · 0.85
bad_optional_access
Class · 0.85
assign
Method · 0.45
construct
Method · 0.45
Tested by
no test coverage detected