#include <standard_new_allocator.h>
|
template<class Ty , class... TARGS> |
static std::shared_ptr< Ty > | allocate (Ty *, TARGS &&...args) |
| allocate a object More...
|
|
template<class Ty > |
static void | deallocate (std::shared_ptr< Ty > &) |
|
Definition at line 19 of file standard_new_allocator.h.
◆ allocate()
template<class Ty , class... TARGS>
static std::shared_ptr<Ty> core::standard_new_allocator::allocate |
( |
Ty * |
, |
|
|
TARGS &&... |
args |
|
) |
| |
|
inlinestatic |
◆ deallocate()
template<class Ty >
static void core::standard_new_allocator::deallocate |
( |
std::shared_ptr< Ty > & |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: