Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ Str
Method
Str
tests/Issue324.cpp:2–2 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
struct Str {
2
Str(const char* string) : string(string) {}
3
4
operator const char*() const {
5
return string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected