C++ Locale Library - time_get_byname
Description
It is a standard facet overrides time_get virtual members to implement its semantics for particular named locales.
Declaration
Following is the declaration for std::time_get_byname.
C++98
template <class charT, class InputIterator = istreambuf_iterator<charT> > class time_get_byname;
C++11
template <class charT, class InputIterator = istreambuf_iterator<charT> > class time_get_byname;
Parameters
charT − It is a character type.
InputIterator − It is an input iterator type.
Return Value
none
locale.htm
Advertisements