Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
BOOST_PFR_FUNCTIONS_FOR(empty)
69
70
void test_empty_struct() {
71
BOOST_TEST_EQ(empty{}, empty{});
72
}
73
74
namespace foo {
75
struct testing { bool b1, b2; int i; };
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected