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

Method begin

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

Source from the content-addressed store, hash-verified

80 : stringEnd (writeAndGetEnd (storage, value, maxDecimalPlaces, omitPointIfPossible)) {}
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()); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected