Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

bind_allocator (2 of 2 overloads)

Associate an object of type T with an allocator of type Allocator.

template<
    typename Allocator,
    typename T>
allocator_binder< decay_t< T >, Allocator > bind_allocator(
    const Allocator & s,
    T && t);

PrevUpHomeNext