MCPcopy Create free account
hub / github.com/comaps/comaps / IsEqualAscii

Method IsEqualAscii

libs/base/string_utils.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64UniString UniString::kSpace = MakeUniString(" ");
65
66bool UniString::IsEqualAscii(char const * s) const
67{
68 return (size() == strlen(s) && std::equal(begin(), end(), s));
69}
70
71SimpleDelimiter::SimpleDelimiter(char const * delims)
72{

Callers 1

ValidKeyTokenMethod · 0.80

Calls 3

sizeFunction · 0.85
beginFunction · 0.70
endFunction · 0.70

Tested by

no test coverage detected