Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CMU-Perceptual-Computing-Lab/openpose
/ String
Method
String
src/openpose/core/string.cpp:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
};
19
20
String::String() :
21
spImpl{std::make_shared<ImplString>()}
22
{
23
}
24
25
String::String(const char* charPtr) :
26
spImpl{std::make_shared<ImplString>(charPtr)}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected