Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function is_lower

boost::algorithm::is_lower — is_lower predicate

Synopsis

// In header: <boost/algorithm/string/classification.hpp>


unspecified is_lower(const std::locale & Loc = std::locale());

Description

Construct the is_classified predicate for the ctype_base::lower category.

Parameters:

Loc

A locale used for classification

Returns:

An instance of is_classified predicate


PrevUpHomeNext