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

Method optional

01.24-optional0/main.cpp:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18class optional {
19public:
20 optional() = default;
21
22 template<
23 typename U,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected