Diarkis C++Client Library API Document
Diarkis::DiarkisStdAllocator< T > Struct Template Reference

#include <common.h>

Public Types

using value_type = T
 

Public Member Functions

 DiarkisStdAllocator ()
 
template<class U >
 DiarkisStdAllocator (const DiarkisStdAllocator< U > &)
 
T * allocate (std::size_t n)
 
void deallocate (T *p, std::size_t n)
 

Member Typedef Documentation

◆ value_type

template<class T >
using Diarkis::DiarkisStdAllocator< T >::value_type = T

Constructor & Destructor Documentation

◆ DiarkisStdAllocator() [1/2]

template<class T >
Diarkis::DiarkisStdAllocator< T >::DiarkisStdAllocator ( )
inline

◆ DiarkisStdAllocator() [2/2]

template<class T >
template<class U >
Diarkis::DiarkisStdAllocator< T >::DiarkisStdAllocator ( const DiarkisStdAllocator< U > &  )
inline

Member Function Documentation

◆ allocate()

template<class T >
T* Diarkis::DiarkisStdAllocator< T >::allocate ( std::size_t  n)
inline
Here is the call graph for this function:

◆ deallocate()

template<class T >
void Diarkis::DiarkisStdAllocator< T >::deallocate ( T *  p,
std::size_t  n 
)
inline
Here is the call graph for this function:

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