Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ StdString
Method
StdString
include/hx/StdString.h:11–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
{
10
public:
11
StdString() : std::string() { }
12
StdString(const char *inPtr) : std::string(inPtr) { }
13
StdString(const char *inPtr, int inLen) : std::string(inPtr, inLen) { }
14
StdString(const std::string &inS) : std::string(inS) { }
Callers
nothing calls this directly
Calls
2
utf8_str
Method · 0.80
toString
Method · 0.45
Tested by
no test coverage detected