Low-Level Abstraction of Memory Access
llama::bloballoc::AlignedAllocator< T, Alignment >::rebind< T2 > Struct Template Reference

#include <BlobAllocators.hpp>

Public Types

using other = AlignedAllocator< T2, Alignment >
 

Detailed Description

template<typename T, std::size_t Alignment>
template<typename T2>
struct llama::bloballoc::AlignedAllocator< T, Alignment >::rebind< T2 >

Definition at line 114 of file BlobAllocators.hpp.

Member Typedef Documentation

◆ other

template<typename T , std::size_t Alignment>
template<typename T2 >
using llama::bloballoc::AlignedAllocator< T, Alignment >::rebind< T2 >::other = AlignedAllocator<T2, Alignment>

Definition at line 116 of file BlobAllocators.hpp.


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