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 |
|