Geogram  Version 1.9.0
A programming library of geometric algorithms
GEO::Memory::aligned_allocator< T, ALIGN >::rebind< U > Struct Template Reference

Defines the same allocator for other types. More...

#include <geogram/basic/memory.h>

Public Types

typedef aligned_allocator< U > other
 

Detailed Description

template<class T, int ALIGN = GEO_MEMORY_ALIGNMENT>
template<class U>
struct GEO::Memory::aligned_allocator< T, ALIGN >::rebind< U >

Defines the same allocator for other types.

Template Parameters
Utype of the elements to allocate

Definition at line 484 of file memory.h.

Member Typedef Documentation

◆ other

template<class T , int ALIGN = GEO_MEMORY_ALIGNMENT>
template<class U >
typedef aligned_allocator<U> GEO::Memory::aligned_allocator< T, ALIGN >::rebind< U >::other

Equivalent allocator type to allocate elements of type U

Definition at line 486 of file memory.h.


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