VertexIdRewrite namespace
Functions
-
auto FindSubstring(StringView haystack,
StringView needle) -> std::
size_t - Byte offset of
needleinhaystack, orNpos. - auto ReplaceAllOf(StringView s, StringView from, StringView to) -> String
- Replaces every occurrence of
frominswithto. - auto Apply(StringView src, bool& usedCorner, bool& usedInstance) -> String
Variables
-
std::
size_t Npos constexpr - "Not found" sentinel of the string helpers below