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

Method Get

tests/TypeIdInTemplateTest.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7class Foo{
8public:
9 std::string Get() {
10 std::string typeId{typeid(T).name()};
11 return typeId;
12 }
13
14};
15

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected