MySQL 8.3.0
Source Code Documentation
sql_array.h File Reference
#include <assert.h>
#include <array>
#include "my_alloc.h"

Go to the source code of this file.

Classes

class  Bounds_checked_array< Element_type >
 A wrapper class which provides array bounds checking. More...
 

Functions

template<typename Element_type >
Bounds_checked_array< Element_type > make_array (Element_type *p, size_t n)
 

Function Documentation

◆ make_array()

template<typename Element_type >
Bounds_checked_array< Element_type > make_array ( Element_type *  p,
size_t  n 
)