BloombergLP::bslma::AllocatorTraits_RebindFront

Primary template with no type unless T is a class template.

Synopsis

Declared in <bslma_allocatortraits.h>

template<
    class T,
    class U>
struct AllocatorTraits_RebindFront;

Description

There shall be no member named type unless T is a class template with only type parameters.

Specializations

NameDescription
AllocatorTraits_RebindFront<ALLOC<T, ARGS...>, U> Specialization that rebinds the first template argument of ALLOC.