Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template operator!=

boost::interprocess::operator!=

Synopsis

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


template<typename T, typename S, std::size_t NodesPerBlock, std::size_t F, 
         unsigned char OP> 
  bool operator!=(const adaptive_pool< T, S, NodesPerBlock, F, OP > & alloc1, 
                  const adaptive_pool< T, S, NodesPerBlock, F, OP > & alloc2);

Description

Inequality test for same type of adaptive_pool


PrevUpHomeNext