Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chenshuo/muduo
/ StringArg
Method
StringArg
muduo/base/StringPiece.h:55–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
{
54
public:
55
StringArg(const char* str)
56
: str_(str)
57
{ }
58
59
StringArg(const string& str)
60
: str_(str.c_str())
Callers
nothing calls this directly
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected