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.
Declared in <bslma_allocatortraits.h>
template<
class T,
class Return,
class... Args>
struct AllocatorTraits_HasConstructMethod;
| Name | Description |
|---|---|
type | integral_constant for whether T has a construct method with the specified signature. |
| Name | Description |
|---|---|
value | true if T has a construct method with the specified signature. |