Personal tools
iscntrl
Click on the banner to return to the class reference home page.
iscntrl
Locale Convenience Function
Summary
Determines if a character is a control character.
Data Type and Member Function Indexes
(exclusive of constructors and destructors)
None
Synopsis
#include <locale> template <class charT> bool iscntrl (charT c, const locale& loc) const;
Description
The iscntrl function returns true if the character passed as a parameter is a control character, otherwise the function returns false. The check is made using the ctype facet from the locale parameter.
See Also
other is_ functions, locale, ctype
©Copyright 1996, Rogue Wave Software, Inc.