Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template operator+

boost::interprocess::operator+

Synopsis

// In header: <boost/interprocess/offset_ptr.hpp>


template<typename T> 
  offset_ptr< T > 
  operator+(std::ptrdiff_t diff, const offset_ptr< T > & right);

Description

std::ptrdiff_t + offset_ptr operation


PrevUpHomeNext