MCPcopy Create free account
hub / github.com/WheretIB/nullc / InplaceStr

Method InplaceStr

NULLC/StrAlgo.h:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18{
19public:
20 InplaceStr(){ begin = NULL; end = NULL; }
21 // It is possible to construct it from \0-terminated string
22 explicit InplaceStr(const char *strBegin){ begin = strBegin; end = begin + strlen(begin); }
23 // And from non-terminating strings

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected