std::uses_allocator<std::promise>

Provides a specialization of the std::uses_allocator type trait for std::promise.

# Declarations

template< class R, class Alloc >
struct uses_allocator<std::promise<R>, Alloc> : std::true_type {};

(since C++11)

# See also