MCPcopy 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

27class optional {
28public:
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