ark::core::CaseInsensitiveComparator

Defined in header “ark/core/comparators.hh”.


Defines a custom comparator, which can be used to make std::map (and other related classes) case-insensitive. This is only valid for simple ASCII strings.

Methods

  • bool operator()(const std::string & lhs, const std::string & rhs)