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

Function test_empty_struct

test/core/run/functions_for.cpp:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68BOOST_PFR_FUNCTIONS_FOR(empty)
69
70void test_empty_struct() {
71 BOOST_TEST_EQ(empty{}, empty{});
72}
73
74namespace foo {
75 struct testing { bool b1, b2; int i; };

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected