Geogram
Version 1.9.1-rc
A programming library of geometric algorithms
|
Defines the same allocator for other types. More...
#include <geogram/basic/memory.h>
Public Types | |
typedef aligned_allocator< U > | other |
Defines the same allocator for other types.
U | type of the elements to allocate |
typedef aligned_allocator<U> GEO::Memory::aligned_allocator< T, ALIGN >::rebind< U >::other |