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 E, typename T, typename Y> 
  std::basic_ostream< E, T > & 
  operator<<(std::basic_ostream< E, T > & os, offset_ptr< Y > const & p);

Description

operator<< for offset ptr


PrevUpHomeNext