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

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

#include <pool_allocator.h>

Public Types

typedef PoolAllocator< U > other
 
typedef PoolAllocator< U > other
 

Detailed Description

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

Methods required for copy construction of containers using this allocator.

Definition at line 61 of file pool_allocator.h.

Member Typedef Documentation

◆ other [1/2]

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

Definition at line 62 of file pool_allocator.h.

◆ other [2/2]

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

Definition at line 177 of file pool_allocator.h.


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