proxygen
|
#include <Memory.h>
Public Member Functions | |
allocator_delete ()=default | |
allocator_delete (allocator_delete const &)=default | |
allocator_delete (allocator_delete &&)=default | |
allocator_delete & | operator= (allocator_delete const &)=default |
allocator_delete & | operator= (allocator_delete &&)=default |
allocator_delete (const allocator_type &alloc) | |
allocator_delete (allocator_type &&alloc) | |
template<typename U > | |
allocator_delete (const allocator_delete< U > &other) | |
allocator_type const & | get_allocator () const |
void | operator() (pointer p) const |
Private Types | |
using | allocator_type = typename std::remove_reference< Alloc >::type |
using | allocator_traits = std::allocator_traits< allocator_type > |
using | value_type = typename allocator_traits::value_type |
using | pointer = typename allocator_traits::pointer |
|
private |
|
private |
|
private |
|
private |
|
default |
|
default |
|
default |
|
inlineexplicit |
Definition at line 584 of file Memory.h.
|
inlineexplicit |
Definition at line 587 of file Memory.h.
|
inline |
Definition at line 591 of file Memory.h.
|
inline |
|
inline |
Definition at line 598 of file Memory.h.
References testing::Args(), destroy(), and folly::T.
|
default |
|
default |