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, std::size_t Version> 
struct rebind {
  // types
  typedef node_allocator< T2, NodesPerBlock#ifndef BOOST_CONTAINER_DOXYGEN_INVOKED, Version#endif > other;
};

Description

Obtains node_allocator from node_allocator


PrevUpHomeNext