MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / extractKey

Method extractKey

tests/Issue60.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28 std::map<Key, int> data;
29 static Key extractKey(POD const& pod) {
30 return pod.*pmember;
31 }
32};
33
34Index<&Person::age> myAgeIndex;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected