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

Name

Description

type

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

Static Data Members

Name

Description

value

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

Created with MrDocs