MySQL 8.3.0
Source Code Documentation
ut_lock_free_hash_t::key_val_t Struct Reference

(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...
 

Detailed Description

(key, val) tuple type.

Constructor & Destructor Documentation

◆ key_val_t()

ut_lock_free_hash_t::key_val_t::key_val_t ( )
inline

Member Data Documentation

◆ m_key

std::atomic<uint64_t> ut_lock_free_hash_t::key_val_t::m_key

Key.

◆ m_val

std::atomic<int64_t> ut_lock_free_hash_t::key_val_t::m_val

Value.


The documentation for this struct was generated from the following file: