PrevUpHomeNext

Function template operator==

boost::text::operator==

Synopsis

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


template<code_point_iter I1, code_point_iter I2> 
  constexpr bool operator==(grapheme_ref< I1 > lhs, grapheme_ref< I2 > rhs);

Description

Returns true if lhs the same sequence of code points as rhs.


PrevUpHomeNext