MySQL 8.3.0
Source Code Documentation
dd::cache::Cache_element< T >::Key_wrapper< K > Class Template Reference

Helper class to represent a key instance. More...

Public Member Functions

 Key_wrapper ()
 

Public Attributes

bool is_null
 
key
 

Detailed Description

template<typename T>
template<typename K>
class dd::cache::Cache_element< T >::Key_wrapper< K >

Helper class to represent a key instance.

We also need to represent whether the instance is NULL.

Template Parameters
KKey type.

Constructor & Destructor Documentation

◆ Key_wrapper()

template<typename T >
template<typename K >
dd::cache::Cache_element< T >::Key_wrapper< K >::Key_wrapper ( )
inline

Member Data Documentation

◆ is_null

template<typename T >
template<typename K >
bool dd::cache::Cache_element< T >::Key_wrapper< K >::is_null

◆ key

template<typename T >
template<typename K >
K dd::cache::Cache_element< T >::Key_wrapper< K >::key

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