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

Method Data

tests/Issue596.cpp:7–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5class Data {
6public:
7 Data(const T &t) {
8 }
9};
10Data(const char *) -> Data<std::string> ;
11Data(int)->Data<long> ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected