PrevUpHomeNext

Function template operator==

boost::text::operator==

Synopsis

// In header: <boost/text/unencoded_rope.hpp>


template<typename Char, typename String, typename T> 
  bool operator==(basic_unencoded_rope< Char, String > lhs, T const & rhs);

Description

Returns true iff lhs == rhs, where rhs is an object for which lhs = rhs is well-formed.


PrevUpHomeNext