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

Method optional

01.27-optional2/main.cpp:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7class optional {
8public:
9 optional() = default;
10
11 optional(const optional&)
12 requires std::is_copy_constructible_v<T>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected