KK

Size: a a a
KK
Т8
NM
Т8
KK
Т8
Т8
KK
KK
KK
RM
robin_hood::unordered_flat_map<uint32_t, CServerBase> map;
auto& rmap = map;
if constexpr (std::remove_reference<decltype(rmap)>::type::is_flat) {
std::cout << "YES IS MAP" << std::endl;
}
O
robin_hood::unordered_flat_map<uint32_t, CServerBase> map;
auto& rmap = map;
if constexpr (std::remove_reference<decltype(rmap)>::type::is_flat) {
std::cout << "YES IS MAP" << std::endl;
}
RM
O
robin_hood::unordered_flat_map<uint32_t, CServerBase> map;
auto& rmap = map;
if constexpr (std::remove_reference<decltype(rmap)>::type::is_flat) {
std::cout << "YES IS MAP" << std::endl;
}
RM
O
robin_hood::unordered_flat_map<uint32_t, CServerBase> map;
auto& rmap = map;
if constexpr (std::remove_reference<decltype(rmap)>::type::is_flat) {
std::cout << "YES IS MAP" << std::endl;
}
template<typename>
constexpr inline bool is_unordered_map = false;
template<typename... Args>
constexpr inline bool is_unordered_map<std::unordered_map<Args...>> = true;
RM
RM