Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

use_future_t::operator[]

(Deprecated: Use rebind().) Specify an alternate allocator.

template<
    typename OtherAllocator>
use_future_t< OtherAllocator > operator[](
    const OtherAllocator & allocator) const;

PrevUpHomeNext