Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template operator==

boost::interprocess::operator==

Synopsis

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

Description

Equality test for same type of node_allocator


PrevUpHomeNext