MCPcopy Create free account
hub / github.com/Tracktion/choc / end

Method end

choc/text/choc_FloatToString.h:83–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82 const char* begin() const { return storage; }
83 const char* end() const { return stringEnd; }
84
85 std::string toString() const { return std::string (begin(), end()); }
86

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected