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

Method Template

tests/TemplateHandlerTest.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19{
20public:
21 Template(const T& x)
22 : mX{x}
23 {}
24
25 T Get() const { return mX;}
26

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected