|
Geogram Version 1.9.8
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, ALIGN > | other |
Defines the same allocator for other types.
| U | type of the elements to allocate |
| typedef aligned_allocator<U,ALIGN> GEO::Memory::aligned_allocator< T, ALIGN >::rebind< U >::other |