Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template operator==

boost::interprocess::operator==

Synopsis

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


template<typename T, typename S,  NPC> 
   (node_allocator<  alloc1, 
                  node_allocator<  alloc2);

Description

Equality test for same type of node_allocator


PrevUpHomeNext