Rogue Wave banner
Previous fileTop of documentContentsIndexNext file

time_put_byname


inherits fromtime_put_base time_put_bynameinherits fromtime_put inherits fromlocale::facet

Summary

A facet that includes formatted time output 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 OuputIterator = 
          ostreambuf_iterator<charT> >
class time_put_byname;

Description

The time_put_byname template has the same function as the time_put.template, but is specific to a particular named locale. For a description of the member functions of time_put_byname, see the reference for time_put.

Interface

Constructors

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

See Also

locale, facets, time_put, time_get_byname



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