20#ifndef CASE_INSENSITIVE_MAP_H
21#define CASE_INSENSITIVE_MAP_H
31 bool operator()(
const wxString& aLhs,
const wxString& aRhs )
const noexcept
33 return aLhs.CmpNoCase( aRhs ) < 0;
38template <
typename ValueType>
std::map< wxString, ValueType, DETAIL::CASE_INSENSITIVE_COMPARER > CASE_INSENSITIVE_MAP
bool operator()(const wxString &aLhs, const wxString &aRhs) const noexcept