Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
class Data {
6
public:
7
Data(const T &t) {
8
}
9
};
10
Data(const char *) -> Data<std::string> ;
11
Data(int)->Data<long> ;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected