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

Function main

example/get_name.cpp:36–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34#endif
35
36int main() {
37#if BOOST_PFR_CORE_NAME_ENABLED && BOOST_PFR_USE_CPP17
38 if (n1 != "some_integer") return 1;
39 if (n2 != "c") return 2;
40#endif
41
42 return 0;
43}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected