Rogue Wave banner
Previous fileTop of documentContentsIndexNext file

ctype_byname


inherits from ctype_base ctype_bynameinherits fromctype inherits fromlocale::facet

Summary

A facet that includes character classification facilities based on the named locales.

Data Type and Member Function Indexes
(exclusive of constructors and destructors)

None

Synopsis

#include <locale>
template <class charT> class ctype_byname;
template <> class ctype_byname<char>;

Description

ctype_byname<charT> template and ctype_byname<char> specialization include the same functions as the ctype<charT> template, but specific to a particular named locale. For a description of the member functions of ctype_byname, see the reference for ctype<charT>. Only the constructor is described here.

Interface

Constructors

explicit ctype_byname(const char* name, size_t refs = 0); 

See Also

locale, facets, collate, ctype<char>



Previous fileTop of documentContentsIndexNext file
©Copyright 1998, Rogue Wave Software, Inc.
Send mail to report errors or comment on the documentation.
OEM Release, June 1998