13 Asynchronous model [async]

13.26 Class template use_future_t [async.use.future]

13.26.1 use_future_t constructors [async.use.future.cons]

constexpr use_future_t() noexcept(noexcept(allocator_type()));

Effects: Constructs a use_future_t with a default-constructed allocator.

explicit use_future_t(const allocator_type& a) noexcept;

Postconditions: get_allocator() == a.