PrevUpHomeNext

Function template is_lower

boost::text::v1::is_lower

Synopsis

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


template<code_point_range R> bool is_lower(R && r);

Description

Returns true if no code point in r would change in a call to to_lower(), and false otherwise.

Returns true if no grapheme in r would change in a call to to_lower(), and false otherwise.


PrevUpHomeNext