PrevUpHomeNext

Function template normalized

boost::text::v1::normalized

Synopsis

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


template<nf Normalization, code_point_iter I, std::sentinel_for< I > S> 
  bool normalized(I first, S last);

Description

Returns true iff the given sequence of code points is in Unicode normalization form Normalization.

See Also:

https://unicode.org/notes/tn5


PrevUpHomeNext