MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / CaseInsensitiveStringCompare

Class CaseInsensitiveStringCompare

source/core/StarString.hpp:356–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354};
355
356struct CaseInsensitiveStringCompare {
357 bool operator()(String const& lhs, String const& rhs) const;
358};
359
360typedef HashSet<String> StringSet;
361

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68