PrevUpHomeNext

Function template operator==

boost::text::operator==

Synopsis

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


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

Description

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


PrevUpHomeNext