NIM 跨平台 C++ SDK
|
类 | |
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 |