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

Class Message2

test/core/run/issue30.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14};
15
16struct Message2 {
17 std::unique_ptr<int> data41 = std::make_unique<int>(41);
18 std::unique_ptr<int> data42 = std::make_unique<int>(42);
19};
20
21// Example from duplicate issue #45
22struct UniquePtr {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected