MCPcopy Create free account
hub / github.com/Neargye/nameof / StructMemberInitializationUsingNameof

Class StructMemberInitializationUsingNameof

test/test.cpp:1434–1436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1432#if defined(NAMEOF_MEMBER_SUPPORTED) && NAMEOF_MEMBER_SUPPORTED
1433
1434struct StructMemberInitializationUsingNameof {
1435 std::string teststringfield = std::string{nameof::nameof_member<&StructMemberInitializationUsingNameof::teststringfield>()};
1436};
1437
1438struct StructWithNonConstexprDestructor {
1439 ~StructWithNonConstexprDestructor() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected