If
X is an allocator class for type
T,
X additionally meets the allocator completeness requirements if,
whether or not
T is a complete type:
- X is a complete type, and
- all the member types of allocator_Βtraits<X>
other than value_Βtype are complete types.