Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template operator==

boost::mpi::operator== — Compare two allocators for equality.

Synopsis

// In header: <boost/mpi/allocator.hpp>


template<typename T1, typename T2> 
   (allocator< , allocator< );

Description

Since MPI allocators have no state, all MPI allocators are equal.

Returns:

true


PrevUpHomeNext