PrevUpHomeNext

Function template operator==

boost::text::operator==

Synopsis

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


template<code_point_iter I> 
  constexpr bool operator==(grapheme_ref< I > lhs, grapheme const & rhs);

Description

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


PrevUpHomeNext