MySQL 8.4.0
Source Code Documentation
mem_root_deque.h File Reference
#include <algorithm>
#include <memory>
#include <type_traits>
#include <utility>
#include <assert.h>
#include <stdint.h>
#include "my_alloc.h"

Go to the source code of this file.

Classes

class  mem_root_deque< Element_type >
 A (partial) implementation of std::deque allocating its blocks on a MEM_ROOT. More...
 
class  mem_root_deque< Element_type >::Iterator< Iterator_element_type >
 
struct  mem_root_deque< Element_type >::Block
 

Functions

template<class Element_type >
static constexpr size_t FindElementsPerBlock ()
 

Function Documentation

◆ FindElementsPerBlock()

template<class Element_type >
static constexpr size_t FindElementsPerBlock ( )
staticconstexpr