MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / ConstStringRef

Method ConstStringRef

Source/Utility/String.h:471–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469struct ConstStringRef
470{
471 ConstStringRef() : Begin(NULL), End(NULL) {}
472 /*explicit */ConstStringRef(const char * str) : Begin(str), End(str+strlen(str)) {}
473 explicit ConstStringRef(const char * b, const char * e) : Begin(b), End(e) {}
474

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected