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

Method Data

tests/DeductionGuide2Test.cpp:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2class Data {
3public:
4 Data(const T& t) {}
5};
6
7Data(const char *) -> Data<char*>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected