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