Quick Links:

bal | bbl | bdl | bsl

bslmf::UsesAllocator_Imp< t_TYPE, t_ALLOC, BSLMF_VOIDTYPE(typename t_TYPE::allocator_type)> Struct Template Reference

#include <bslmf_usesallocator.h>


Detailed Description

template<class t_TYPE, class t_ALLOC>
struct bslmf::UsesAllocator_Imp< t_TYPE, t_ALLOC, BSLMF_VOIDTYPE(typename t_TYPE::allocator_type)>

This struct template derives from bsl::true_type when the (template parameter) t_TYPE has a nested alias allocator_type and the (template parameter) type t_ALLOC is convertible to t_TYPE::allocator_type, and bsl::false_type otherwise.

See Component bslmf_usesallocator


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