Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The derived template class describes an object that can serve as a locale facet of type time_put< CharType, OutputIterator >.
template<class Elem,
class OutIt = ostreambuf_iterator<Elem, char_traits<Elem> > >
class time_put_byname : public time_put<Elem, OutIt>
{
public:
explicit time_put_byname(
const char *_Locname,
size_t _Refs = 0
);
protected:
virtual ~time_put_byname();
};
Remarks
Its behavior is determined by the named locale _Locname. The constructor initializes its base object with time_put<CharType, OutputIterator>(**_**Refs).
Requirements
Header: <locale>
Namespace: std
See Also
Reference
Thread Safety in the Standard C++ Library