Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template rebind

boost::interprocess::adaptive_pool::rebind

Synopsis

// In header: <boost/interprocess/allocators/adaptive_pool.hpp>


template<typename T2> 
struct rebind {
  // types
  typedef adaptive_pool<  ;
};

Description

Obtains adaptive_pool from adaptive_pool


PrevUpHomeNext