template <class... Types, class Alloc> struct uses_allocator<tuple<Types...>, Alloc> : true_type { };
Requires: Alloc shall be an Allocator.
[โNote: Specialization of this trait informs other library components that tuple can be constructed with an allocator, even though it does not have a nested allocator_ยญtype. โโโend noteโ]