proxygen
folly::AllocatorHasTrivialDeallocate< Alloc > Struct Template Reference

#include <Memory.h>

Inheritance diagram for folly::AllocatorHasTrivialDeallocate< Alloc >:
folly::AllocatorHasTrivialDeallocate< CxxAllocatorAdaptor< T, Alloc > >

Detailed Description

template<typename Alloc>
struct folly::AllocatorHasTrivialDeallocate< Alloc >

AllocatorHasTrivialDeallocate

Unambiguously inherits std::integral_constant<bool, V> for some bool V.

Describes whether a C++ Aallocator has trivial, i.e. no-op, deallocate().

Also may be used to describe types which may be used with CxxAllocatorAdaptor.

Definition at line 660 of file Memory.h.


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