Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
class optional {
8
public:
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