Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template operator!=

boost::interprocess::operator!=

Synopsis

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


template<typename T, typename SegmentManager> 
   (allocator<  alloc1, 
                  allocator<  alloc2);

Description

Inequality test for same type of allocator


PrevUpHomeNext