Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ optional
Method
optional
01.33-optional6/main.cpp:40–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
class optional {
39
public:
40
optional() = default;
41
42
// #A Only if not trivially destructible
43
~optional()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected