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

Method FloatToStringBuffer

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

Source from the content-addressed store, hash-verified

77struct FloatToStringBuffer
78{
79 FloatToStringBuffer (FloatOrDouble value, int maxDecimalPlaces, bool omitPointIfPossible)
80 : stringEnd (writeAndGetEnd (storage, value, maxDecimalPlaces, omitPointIfPossible)) {}
81
82 const char* begin() const { return storage; }
83 const char* end() const { return stringEnd; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected