bsl::uses_allocator_v

This template variable represents the result value of the bsl::uses_allocator meta-function.

Synopsis

Declared in <bslmf_usesallocator.h>

template<
    class t_TYPE,
    class t_ALLOCATOR_TYPE>
inline constexpr bool uses_allocator_v = uses_allocator<t_TYPE, t_ALLOCATOR_TYPE>::value;