Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template rebind

boost::container::node_allocator::rebind

Synopsis

// In header: <boost/container/node_allocator.hpp>


template<typename T, std::size_t NodesPerBlock = NodeAlloc_nodes_per_block> 
struct rebind {
  // types
  typedef node_allocator< T2, NodesPerBlock, Version > other;
};

Description

Obtains node_allocator from node_allocator


PrevUpHomeNext