BloombergLP::bslma::AllocatorTraits_HasDestroyMethod

Metafunction that detects whether T provides a destroy method with the specified signature.

Synopsis

Declared in <bslma_allocatortraits.h>

template<
    class T,
    class Return,
    class... Args>
struct AllocatorTraits_HasDestroyMethod;

Type Aliases

NameDescription
type integral_constant for whether T has a destroy method with the specified signature.

Static Data Members

NameDescription
value true if T has a destroy method with the specified signature.