template<typename Key, Key OtherKey, Key NoneKey, Key(*)(const std::string &) PerfectHashStrToKey, bool AllowDuplicates, bool CaseInsensitive, uint8_t KeyCommonOffset, uint64_t NumKeys>
struct PerfectIndexMapTestsTemplateParams< Key, OtherKey, NoneKey, PerfectHashStrToKey, AllowDuplicates, CaseInsensitive, KeyCommonOffset, NumKeys >
Definition at line 31 of file PerfectIndexMapTest.cpp.
template<typename Key , Key OtherKey, Key NoneKey, Key(*)(const std::string &) PerfectHashStrToKey, bool AllowDuplicates, bool CaseInsensitive, uint8_t KeyCommonOffset, uint64_t NumKeys>
const bool PerfectIndexMapTestsTemplateParams< Key, OtherKey, NoneKey, PerfectHashStrToKey, AllowDuplicates, CaseInsensitive, KeyCommonOffset, NumKeys >::TAllowDuplicates = AllowDuplicates |
|
static |
template<typename Key , Key OtherKey, Key NoneKey, Key(*)(const std::string &) PerfectHashStrToKey, bool AllowDuplicates, bool CaseInsensitive, uint8_t KeyCommonOffset, uint64_t NumKeys>
const bool PerfectIndexMapTestsTemplateParams< Key, OtherKey, NoneKey, PerfectHashStrToKey, AllowDuplicates, CaseInsensitive, KeyCommonOffset, NumKeys >::TCaseInsensitive = CaseInsensitive |
|
static |
template<typename Key , Key OtherKey, Key NoneKey, Key(*)(const std::string &) PerfectHashStrToKey, bool AllowDuplicates, bool CaseInsensitive, uint8_t KeyCommonOffset, uint64_t NumKeys>
const Key PerfectIndexMapTestsTemplateParams< Key, OtherKey, NoneKey, PerfectHashStrToKey, AllowDuplicates, CaseInsensitive, KeyCommonOffset, NumKeys >::TNoneKey = NoneKey |
|
static |
template<typename Key , Key OtherKey, Key NoneKey, Key(*)(const std::string &) PerfectHashStrToKey, bool AllowDuplicates, bool CaseInsensitive, uint8_t KeyCommonOffset, uint64_t NumKeys>
const Key PerfectIndexMapTestsTemplateParams< Key, OtherKey, NoneKey, PerfectHashStrToKey, AllowDuplicates, CaseInsensitive, KeyCommonOffset, NumKeys >::TOtherKey = OtherKey |
|
static |