Primary template with no type unless T is a class template.
Declared in <bslma_allocatortraits.h>
template<
class T,
class U>
struct AllocatorTraits_RebindFront;
There shall be no member named type unless T is a class template with only type parameters.
| Name | Description |
|---|---|
AllocatorTraits_RebindFront<ALLOC<T, ARGS...>, U> | Specialization that rebinds the first template argument of ALLOC. |