Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template operator!=

boost::stl_interfaces::v1::operator!=

Synopsis

// In header: <boost/stl_interfaces/view_interface.hpp>


template<typename ViewInterface> 
  constexpr auto operator!=(ViewInterface lhs, ViewInterface rhs);

Description

Implementation of operator!=() for all views derived from view_interface.


PrevUpHomeNext