NIM 跨平台 C++ SDK
|
#include <phmap_utils.h>
静态 Public 属性 | |
static constexpr bool | value = std::is_same<decltype(test<T>(0)), yes>::value |
Private 类型 | |
typedef std::true_type | yes |
typedef std::false_type | no |
静态 Private 成员函数 | |
template<typename U > | |
static auto | test (int) -> decltype(hash_value(std::declval< const U & >())==1, yes()) |
template<typename > | |
static no | test (...) |
|
private |
|
private |
|
staticprivate |
|
staticprivate |
|
staticconstexpr |