KiCad PCB EDA Suite
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
case_insensitive_map.h File Reference
#include <wx/string.h>
#include <map>

Go to the source code of this file.

Classes

struct  DETAIL::CASE_INSENSITIVE_COMPARER
 

Namespaces

namespace  DETAIL
 

Typedefs

template<typename ValueType >
using CASE_INSENSITIVE_MAP = std::map< wxString, ValueType, DETAIL::CASE_INSENSITIVE_COMPARER >
 

Typedef Documentation

◆ CASE_INSENSITIVE_MAP

template<typename ValueType >
using CASE_INSENSITIVE_MAP = std::map<wxString, ValueType, DETAIL::CASE_INSENSITIVE_COMPARER>

Definition at line 43 of file case_insensitive_map.h.