AutoPas  3.0.0
Loading...
Searching...
No Matches
Public Types | List of all members
autopas::AlignedAllocator< T, Alignment >::rebind< U > Struct Template Reference

Equivalent allocator for other types Class whose member other is an alias of allocator for type U. More...

#include <AlignedAllocator.h>

Public Types

using other = AlignedAllocator< U, Alignment >
 other
 

Detailed Description

template<class T, size_t Alignment = DEFAULT_CACHE_LINE_SIZE>
template<class U>
struct autopas::AlignedAllocator< T, Alignment >::rebind< U >

Equivalent allocator for other types Class whose member other is an alias of allocator for type U.

(from cplusplus.com)

Template Parameters
U

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