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

Class S5_1

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

Source from the content-addressed store, hash-verified

17 static_assert(boost::pfr::tuple_size_v<S5_0> == 5, "");
18
19 struct S5_1 { X x0; int x1; int x2; int x3; int x4; };
20 static_assert(boost::pfr::tuple_size_v<S5_1> == 5, "");
21
22 struct S5_2 { int x0; int x1; X x2; int x3; int x4; };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected