time_get_byname — Klasa
Klasa pochodna szablon opisuje obiekt, który może służyć jako ustawienia regionalne zestaw reguł 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
Liczba odwołań początkowego.
Wymagania
Jego zachowanie jest określana przez nazwany ustawień regionalnych _Locname.Każdy Konstruktor inicjuje jego obiekt podstawowy, z time_get<CharType, InputIterator>(_Refs).
Wymagania
Nagłówek:<ustawień regionalnych>
Przestrzeń nazw: std