Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ basic_string
Method
basic_string
extlibs/libELL/include/ell/Utils.h:72–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
struct basic_string
71
{
72
basic_string()
73
{ }
74
75
basic_string(const char * position, size_t size)
76
: position(position), size_(size)
Callers
nothing calls this directly
Calls
1
size
Method · 0.80
Tested by
no test coverage detected