time_get_byname Class
Klasa pochodna szablonu opisuje obiekt, który może służyć jako aspekt locale typu time_get< CharType, InputIterator >.
template<class Elem, class InputIterator =
istreambuf_iterator<CharType, char_traits<CharType> > >
class time_get_byname : public time_get<CharType, InputIterator>
{
public:
explicit time_get_byname(
const char *_Locname,
size_t _Refs = 0
);
explicit time_get_byname(
const string& _Locname,
size_t _Refs = 0
);
protected:
virtual ~time_get_byname()
};
Parametry
_Locname
Nazwane ustawienia regionalne._Refs
Licznik początkowy odniesienia.
Wymagania
Jego zachowanie ustalona przez regionalne nazwany _Locname.Każdy Konstruktor inicjuje jego podstawowy obiekt z time_get< CharType, InputIterator > (_Refs).
Wymagania
Nagłówek: <locale>
Obszar nazw: std