MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / use_strcmp

Class use_strcmp

system/lib/libcxx/src/regex.cpp:325–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323 {"xdigit", ctype_base::xdigit}};
324
325struct use_strcmp {
326 bool operator()(const collationnames& x, const char* y) const { return strcmp(x.elem_, y) < 0; }
327 bool operator()(const classnames& x, const char* y) const { return strcmp(x.elem_, y) < 0; }
328};
329
330} // namespace
331

Callers 2

__get_collation_nameFunction · 0.85
__get_classnameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected