Gromacs
2016.6
|
#include <gromacs/utility/alignedallocator.h>
Standard-required typedef to use allocator with different class.
U | new class |
This is used for things like std::list where the size of each link is larger than the class stored in the link.
Required by the specification for an allocator.
Public Types | |
typedef AlignedAllocator< U > | other |
Align class U with our alignment. | |