BloombergLP::bslma::AllocatorTraits_HasConstructMethod

This struct template provides a mechanism for determining whether a given (template parameter) T defines a construct method with the specified return type and argument types.

Synopsis

Declared in <bslma_allocatortraits.h>

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

Type Aliases

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

Static Data Members

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