MCPcopy Create free account
hub / github.com/boostorg/pfr / Foo

Class Foo

test/core/run/optional_like.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15};
16
17struct Foo {
18 optional_like<int> a;
19};
20
21int main() {
22 Foo f{0};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected