MCPcopy Create free account
hub / github.com/VCVRack/Rack / CaseInsensitiveCompare

Class CaseInsensitiveCompare

include/string.hpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70int strcasecmp(const char* s1, const char* s2);
71
72struct CaseInsensitiveCompare {
73 /** Returns whether `a < b` using case-insensitive lexical comparison. */
74 bool operator()(const std::string& a, const std::string& b) const;
75};
76
77/** Joins an container (vector, list, etc) of std::strings with an optional separator string.
78*/

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected