Gromacs  2016.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Types
gmx::AlignedAllocator< T >::rebind< U > Struct Template Reference

#include <gromacs/utility/alignedallocator.h>

Description

template<class T>
template<class U>
struct gmx::AlignedAllocator< T >::rebind< U >

Standard-required typedef to use allocator with different class.

Template Parameters
Unew 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.
 

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