KiCad PCB EDA Suite
|
#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 > |
using CASE_INSENSITIVE_MAP = std::map<wxString, ValueType, DETAIL::CASE_INSENSITIVE_COMPARER> |
Definition at line 43 of file case_insensitive_map.h.