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