Rogue Wave banner
Previous fileTop of documentContentsIndexNext file

codecvt_byname


...inherits fromcodecvt_base codecvt_byname inherits fromcode_cvt ... ...inherits fromlocale::facet

Summary

A facet that includes code set conversion 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 codecvt_byname;

Description

The codecvt_byname template includes the same functionality as the codecvt template, but specific to a particular named locale. For a description of the member functions of codecvt_byname, see the reference for codecvt. Only the constructor is described here.

Interface

Constructors

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

See Also

locale, facets, codecvt



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