Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

use_future_t::rebind

Specify an alternate allocator.

template<
    typename OtherAllocator>
use_future_t< OtherAllocator > rebind(
    const OtherAllocator & allocator) const;

PrevUpHomeNext