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

Name

Description

type

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

Static Data Members

Name

Description

value

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

Created with MrDocs