24#ifndef CASE_INSENSITIVE_MAP_H 
   25#define CASE_INSENSITIVE_MAP_H 
   35    bool operator()( 
const wxString& aLhs, 
const wxString& aRhs ) 
const noexcept 
   37        return aLhs.CmpNoCase( aRhs ) < 0;
 
 
 
 
   42template <
typename ValueType>
 
std::map< wxString, ValueType, DETAIL::CASE_INSENSITIVE_COMPARER > CASE_INSENSITIVE_MAP
 
bool operator()(const wxString &aLhs, const wxString &aRhs) const noexcept