Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ ispunct(3C++) — Sun WorkShop 5.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

ispunct(3C++)

Standard C++ Library
Copyright 1998, Rogue Wave Software, Inc.

 

NAME

 
ispunct
 
 - Determines if a character is punctuation.
 
 
 

SYNOPSIS

 
 
#include <locale>
 
template <class charT>
bool ispunct (charT c, const locale& loc) const;
 
 
 

DESCRIPTION

 
 
The ispunct_function returns true if the character passed as a parameter is punctuation. Otherwise the function returns false. The check is made using the ctype facet from the locale parameter. 
 
 
 

SEE ALSO

 
 
other_is_functions, locale, ctype
 

Rogue Wave Software  —  Last change: 02 Apr 1998

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026