MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / optional

Method optional

01.29-optional4/main.cpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24class optional {
25public:
26 optional() = default;
27
28 // #A Only if not trivially destructible
29 ~optional()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected