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

Method optional

01.28-optional3/main.cpp:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20class optional {
21public:
22 optional() = default;
23 // The real constructor is omitted here because it
24 // doesn't matter
25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected