MCPcopy Create free account
hub / github.com/VitalAudio/visage / length

Method length

visage_utils/string_utils.h:382–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380 char32_t operator[](size_t index) const { return string_[index]; }
381 const char32_t* c_str() const { return string_.c_str(); }
382 size_t length() const { return string_.length(); }
383 size_t size() const { return string_.size(); }
384 void clear() { string_.clear(); }
385 bool isEmpty() const { return string_.empty(); }

Callers 1

withPrecisionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected