boost.png (6897 bytes) Home Libraries People FAQ More

PrevUpHomeNext

Function is_punct

boost::algorithm::is_punct — is_punct predicate

Synopsis

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

Description

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

Parameters

Loc

A locale used for classification

Returns: An instance of the is_classified predicate

Copyright © 2002-2004 Pavol Droba

PrevUpHomeNext