PrevUpHomeNext

Function template is_upper

boost::text::v1::is_upper

Synopsis

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


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

Description

Returns true if no code point in [first, last) would change in a call to to_upper(), and false otherwise.


PrevUpHomeNext