Specialization that rebinds the first template argument of ALLOC.
Declared in <bslma_allocatortraits.h>
template<
template<
class,
class...> typename ALLOC,
class T,
class... ARGS,
class U>
struct AllocatorTraits_RebindFront<ALLOC<T, ARGS...>, U>;
| Name | Description |
|---|---|
type | Alias to ALLOC rebound to value type U. |