NIM 跨平台 C++ SDK
载入中...
搜索中...
未找到
ne_stl_map.h 文件参考
#include "ne_stl_build.h"
#include "phmap.h"

浏览源代码.

class  nstd::map< K, V, Hash, Eq, Alloc >
 
class  nstd::parallel_map< K, V, Hash, Eq, Alloc, N, Mtx >
 

命名空间

namespace  nstd
 

类型定义

template<class K >
using nstd::hash_default_hash = phmap::priv::hash_default_hash<K>
 
template<class K >
using nstd::hash_default_eq = phmap::priv::hash_default_eq<K>
 
template<class K , class V >
using nstd::Pair = phmap::priv::Pair<const K, V>
 
template<class K >
using nstd::Allocator = phmap::priv::Allocator<K>
 
using nstd::NullMutex = phmap::NullMutex