MySQL 9.1.0
Source Code Documentation
|
(key, val) tuple type. More...
Public Member Functions | |
key_val_t () | |
Public Attributes | |
std::atomic< uint64_t > | m_key |
Key. More... | |
std::atomic< int64_t > | m_val |
Value. More... | |
(key, val) tuple type.
|
inline |
std::atomic<uint64_t> ut_lock_free_hash_t::key_val_t::m_key |
Key.
std::atomic<int64_t> ut_lock_free_hash_t::key_val_t::m_val |
Value.