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

Function main

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

Source from the content-addressed store, hash-verified

48
49
50int main()
51{
52 static_assert(std::is_copy_constructible_v<optional<NotCopyable>>);
53}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected