MCPcopy Create free account
hub / github.com/dobin/RedEdr / c_str

Function c_str

RedEdrShared/loguru.hpp:285–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283 void operator=(Text&& t) = delete;
284
285 const char* c_str() const { return _str; }
286 bool empty() const { return _str == nullptr || *_str == '\0'; }
287
288 char* release()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected