std::time_get_byname
Aus cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
<metanoindex/>
<tbody> </tbody>| definiert in Header <locale>
|
||
template< class CharT, class InputIterator = std::istreambuf_iterator<CharT> > class time_get_byname : public std::time_get<CharT, InputIterator> { |
||
std::time_get_byname ist ein std::time_get Facette, die Uhrzeit und das Datum Parsing-Regeln des Gebietsschemas an die Konstruktion festgelegt kapselt .
Original:
std::time_get_byname is a std::time_get facet which encapsulates time and date parsing rules of the locale specified at its construction.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Zwei Spezialisierungen werden durch die Standard-Bibliothek zur Verfügung gestellt
Original:
Two specializations are provided by the standard library
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
definiert in Header
<locale> | |
std::time_get_byname<char, InputIterator>
|
schmal / Multibyte Zeit Parsing
Original: narrow/multibyte time parsing The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
std::time_get_byname<wchar_t>, InputIterator
|
breite string time Parsing
Original: wide string time parsing The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Mitglied Typen
Mitglied Typ
Original: Member type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Definition |
char_type
|
CharT
|
iter_type
|
OutputIterator
|
Member-Funktionen
baut eine neue time_get_byname Facette Original: constructs a new time_get_byname facet The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (öffentliche Elementfunktion) | |
zerstört sich eine time_get_byname Facette Original: destructs a time_get_byname facet The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (geschützt Member-Funktion) | |
Inherited from std::time_get
Mitglied Typ
Original: Member type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Definition |
char_type
|
CharT
|
iter_type
|
InputIt
|
Member objects
Member name
Original: Member name The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Type |
id (statisch)
|
std::locale::id |
Member functions
Beruft do_date_order Original: invokes do_date_order The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (öffentliche Elementfunktion of std::time_get)
| |
Beruft do_get_time Original: invokes do_get_time The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (öffentliche Elementfunktion of std::time_get)
| |
Beruft do_get_date Original: invokes do_get_date The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (öffentliche Elementfunktion of std::time_get)
| |
Beruft do_get_weekday Original: invokes do_get_weekday The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (öffentliche Elementfunktion of std::time_get)
| |
Beruft do_get_monthname Original: invokes do_get_monthname The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (öffentliche Elementfunktion of std::time_get)
| |
Beruft do_get_year Original: invokes do_get_year The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (öffentliche Elementfunktion of std::time_get)
| |
Beruft do_get Original: invokes do_get The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (öffentliche Elementfunktion of std::time_get)
| |
Protected member functions
[virtuell] |
erhält bevorzugte Reihenfolge von Tag, Monat und Jahr Original: obtains preferred ordering of day, month, and year The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (virtuellen geschützten Member-Funktion of std::time_get)
|
[virtuell] |
Extrakte Stunden, Minuten und Sekunden von Eingabestrom Original: extracts hours, minutes, and seconds from input stream The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (virtuellen geschützten Member-Funktion of std::time_get)
|
[virtuell] |
Extrakte Monat, Tag und Jahr von Input-Stream Original: extracts month, day, and year from input stream The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (virtuellen geschützten Member-Funktion of std::time_get)
|
[virtuell] |
extracts the name of a day of the week from input stream (virtuellen geschützten Member-Funktion of std::time_get)
|
[virtuell] |
extacts einen Monat Namen von Input-Stream Original: extacts a month name from input stream The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (virtuellen geschützten Member-Funktion of std::time_get)
|
[virtuell] |
extrahiert ein Jahr ab Input-Stream Original: extracts a year from input stream The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (virtuellen geschützten Member-Funktion of std::time_get)
|
[virtuell] |
extrahiert Datum / Uhrzeit Komponenten aus Input-Streams, nach dem vorgegebenen Format Original: extracts date/time components from input stream, according to the specified format The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (virtuellen geschützten Member-Funktion of std::time_get)
|
Inherited from std::time_base
Type
Original: Type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Definition |
dateorder
|
Datum geordnet Aufzählungstyp, definiert die Werte
no_order, dmy, mdy, ymd und ydmOriginal: date order enumeration type, defining the values no_order, dmy, mdy, ymd, and ydmThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Beispiel
| This section is incomplete Reason: no example |
Siehe auch
parst Zeit / Datum-Werte von einem Eingang Zeichenfolge in struct std::tmOriginal: parses time/date values from an input character sequence into struct std::tmThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klassen-Template) | |
(C++11) |
analysiert ein Datum / Zeit-Wert der angegebenen Format Original: parses a date/time value of specified format The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Funktions-Template) |
افغانی پست ترین نژاد بشر است