Analytics Template Library
 All Classes Namespaces Functions Variables Pages
Classes | Public Types | Public Member Functions | Friends | List of all members
short_alloc< T, N > Class Template Reference

Classes

struct  rebind
 

Public Types

typedef T value_type
 

Public Member Functions

 short_alloc (arena< N > &a) noexcept
 
template<class U >
 short_alloc (const short_alloc< U, N > &a) noexcept
 
 short_alloc (const short_alloc &)=default
 
short_allocoperator= (const short_alloc &)=delete
 
T * allocate (std::size_t n)
 
void deallocate (T *p, std::size_t n) noexcept
 

Friends

template<class U , std::size_t M>
class short_alloc
 
template<class T1 , std::size_t N1, class U , std::size_t M>
bool operator== (const short_alloc< T1, N1 > &x, const short_alloc< U, M > &y) noexcept
 

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