boost::algorithm::is_alnum — is_alnum predicate
unspecified is_alnum(const std::locale & Loc = std::locale());
Construct the is_classified predicate for the ctype_base::alnum category.
is_classified
ctype_base::alnum
Parameters
A locale used for classification
Returns: An instance of the is_classified predicate