Sese Framework
x.y.z
A cross-platform framework
|
忽略字符串键大小写的字典类 更多...
#include <map>
#include <unordered_map>
#include <string>
类 | |
struct | sese::StrCaseMapComparer |
StrCaseMap 比较器 更多... | |
struct | sese::StrCaseUnorderedMapComparer |
StrCaseUnorderedMap 比较器 更多... | |
命名空间 | |
namespace | sese |
类型定义 | |
template<typename VALUE , typename ALLOCATOR = std::allocator<std::pair<const std::string, VALUE>>> | |
using | sese::StrCaseMap = std::map<std::string, VALUE, StrCaseMapComparer, ALLOCATOR> |
忽略字符串键大小写的字典类 | |
template<typename VALUE , typename ALLOCATOR = std::allocator<std::pair<const std::string, VALUE>>> | |
using | sese::StrCaseUnorderedMap = std::unordered_map<std::string, VALUE, StrCaseUnorderedMapComparer, StrCaseUnorderedMapComparer, ALLOCATOR> |
忽略字符串键大小写的字典类 | |
忽略字符串键大小写的字典类