time_get_byname — Klasa
Szablon klasy pochodnej opisuje obiekt, który może służyć jako aspekt ustawień regionalnych typu time_get
<CharType, InputIterator>.
Składnia
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.
_Bibl.
Początkowa liczba odwołań.
Wymagania
Jego zachowanie jest określane przez nazwane ustawienia regionalne _Locname. Każdy konstruktor inicjuje swój obiekt podstawowy za pomocą time_get<CharType, InputIterator>( _Refs
).
Nagłówek:<ustawienia regionalne>
Przestrzeń nazw: std