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

Name

Description

AllocatorTraits_RebindFront<ALLOC<T, ARGS...>, U>

Specialization that rebinds the first template argument of ALLOC.

Created with MrDocs