Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function is_classified

boost::algorithm::is_classified — is_classified predicate

Synopsis

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


 ( Type, 
                           Loc = );

Description

Construct the is_classified predicate. This predicate holds if the input is of specified std::ctype category.

Parameters:

Loc

A locale used for classification

Type

A std::ctype category

Returns:

An instance of the is_classified predicate


PrevUpHomeNext