MySQL 8.3.0
Source Code Documentation
Prealloced_array< Element_type, Prealloc >::External Struct Reference

Public Attributes

Element_type * m_array_ptr
 
size_t m_alloced_size
 
size_t m_alloced_capacity
 

Member Data Documentation

◆ m_alloced_capacity

template<typename Element_type , size_t Prealloc>
size_t Prealloced_array< Element_type, Prealloc >::External::m_alloced_capacity

◆ m_alloced_size

template<typename Element_type , size_t Prealloc>
size_t Prealloced_array< Element_type, Prealloc >::External::m_alloced_size

◆ m_array_ptr

template<typename Element_type , size_t Prealloc>
Element_type* Prealloced_array< Element_type, Prealloc >::External::m_array_ptr

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