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