Sese Framework  x.y.z
A cross-platform framework
载入中...
搜索中...
未找到
StrCaseMap.h 文件参考

忽略字符串键大小写的字典类 更多...

#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>
 忽略字符串键大小写的字典类
 

详细描述

忽略字符串键大小写的字典类

作者
kaoru
日期
2024年5月9日