Quick Links:

bal | bbl | bdl | bsl

bslmf::UsesAllocatorArgT< const volatile t_TYPE > Struct Template Reference

#include <bslmf_usesallocatorargt.h>


Detailed Description

template<class t_TYPE>
struct bslmf::UsesAllocatorArgT< const volatile t_TYPE >

Trait metafunction that determines whether the constructor of t_TYPE can be invoked using bsl::allocator_arg as its first argument and an allocator object as its second argument. The value is computed by stripping off the cv-qualifier and forwading to UsesAllocatorArgT<t_TYPE>, which is user-specialized for the appropriate types.

See Component bslmf_usesallocatorargt


The documentation for this struct was generated from the following file: