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

Class S6

test/core/run/non_copyable_but_movable.cpp:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 static_assert(boost::pfr::tuple_size_v<S5_4> == 5, "");
37
38 struct S6 { X x0; X x1; X x2; X x3; X x4; X x5;};
39 static_assert(boost::pfr::tuple_size_v<S6> == 6, "");
40
41 return boost::report_errors();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected