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

Method end

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

Source from the content-addressed store, hash-verified

311
312 std::u32string::iterator begin() { return string_.begin(); }
313 std::u32string::iterator end() { return string_.end(); }
314 std::u32string::const_iterator begin() const { return string_.begin(); }
315 std::u32string::const_iterator end() const { return string_.end(); }
316

Callers 15

removeMethod · 0.80
toLowerMethod · 0.80
toUpperMethod · 0.80
removeCharactersMethod · 0.80
removeEmojiVariationsMethod · 0.80
convertToWideMethod · 0.80
spawnChildProcessFunction · 0.80
eraseChildMethod · 0.80
removeTimerMethod · 0.80
flexChildWrapMethod · 0.80
ApplicationEditorMethod · 0.80
drawStaleChildrenMethod · 0.80

Calls

no outgoing calls

Tested by 1

operator==Method · 0.64