MySQL 9.0.0
Source Code Documentation
ut::allocator< T, Allocator_base >::rebind< U > Struct Template Reference

#include <ut0new.h>

Public Types

using other = ut::allocator< U, Allocator_base >
 

Member Typedef Documentation

◆ other

template<typename T , typename Allocator_base = std::conditional_t< ut::WITH_PFS_MEMORY, detail::allocator_base_pfs<T>, detail::allocator_base<T>>>
template<typename U >
using ut::allocator< T, Allocator_base >::rebind< U >::other = ut::allocator<U, Allocator_base>

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