Metafunction that detects whether T provides a destroy method with the specified signature.
Declared in <bslma_allocatortraits.h>
template<
class T,
class Return,
class... Args>
struct AllocatorTraits_HasDestroyMethod;
| Name | Description |
|---|---|
type | integral_constant for whether T has a destroy method with the specified signature. |
| Name | Description |
|---|---|
value | true if T has a destroy method with the specified signature. |