...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards
...one of the most highly regarded and expertly designed C++ library projects in the world.
boost::algorithm::is_lower — is_lower predicate
unspecified is_lower(const std::locale & Loc = std::locale());
Construct the is_classified predicate for the ctype_base::lower category.
is_classified
ctype_base::lower
Parameters:
Loc
A locale used for classification
Returns:
An instance of is_classified predicate