MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / getIterator

Method getIterator

Libraries/Strings/StringView.h:573–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571
572template <typename StringIterator>
573constexpr StringIterator SC::StringView::getIterator() const
574{
575 // For GCC complaining about specialization in non-namespace scope
576 return getIterator(identity<StringIterator>());
577}
578
579template <typename Type>
580constexpr SC::StringIteratorASCII SC::StringView::getIterator(identity<Type>) const

Callers

nothing calls this directly

Calls 3

StringIteratorASCIIFunction · 0.85
StringIteratorUTF8Function · 0.85
StringIteratorUTF16Function · 0.85

Tested by

no test coverage detected