MCPcopy Create free account
hub / github.com/audacity/audacity / end

Function end

libraries/lib-string-utils/StringUtils.h:106–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106inline const char* end(const char* str) noexcept
107{
108 if (str == nullptr)
109 return nullptr;
110
111 return str + StringLength(str);
112}
113
114inline const wchar_t* begin(const wchar_t* str) noexcept
115{

Callers 1

IsPrefixedFunction · 0.70

Calls 1

StringLengthFunction · 0.85

Tested by

no test coverage detected