MySQL 9.0.0
Source Code Documentation
temptable::Lock_free_type< T, Alignment::L1_DCACHE_SIZE, TypeSelector > Struct Template Reference

#include <lock_free_type.h>

Public Types

using Type = typename TypeSelector< T >::Type
 

Public Attributes

std::atomic< Typem_value
 

Member Typedef Documentation

◆ Type

template<typename T , template< typename, typename=void > class TypeSelector>
using temptable::Lock_free_type< T, Alignment::L1_DCACHE_SIZE, TypeSelector >::Type = typename TypeSelector<T>::Type

Member Data Documentation

◆ m_value

template<typename T , template< typename, typename=void > class TypeSelector>
std::atomic<Type> temptable::Lock_free_type< T, Alignment::L1_DCACHE_SIZE, TypeSelector >::m_value

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