libMesh
Public Types | List of all members
libMesh::FastPoolAllocator< T >::rebind< U > Struct Template Reference

Methods required for copy construction of containers using this allocator. More...

#include <pool_allocator.h>

Public Types

typedef FastPoolAllocator< U > other
 
typedef FastPoolAllocator< U > other
 

Detailed Description

template<typename T>
template<typename U>
struct libMesh::FastPoolAllocator< T >::rebind< U >

Methods required for copy construction of containers using this allocator.

Definition at line 120 of file pool_allocator.h.

Member Typedef Documentation

◆ other [1/2]

template<typename T>
template<typename U >
typedef FastPoolAllocator<U> libMesh::FastPoolAllocator< T >::rebind< U >::other

Definition at line 121 of file pool_allocator.h.

◆ other [2/2]

template<typename T>
template<typename U >
typedef FastPoolAllocator<U> libMesh::FastPoolAllocator< T >::rebind< U >::other

Definition at line 224 of file pool_allocator.h.


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