localeconv
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. |
| Defined in header <locale.h>
|
||
| lconv* localeconv(); |
||
Die
localeconv Funktion erhält einen Zeiger auf ein statisches Objekt vom Typ lconv, die numerische und finanzielle Formatierung Regeln der aktuellen C locale stellt .Original:
The
localeconv function obtains a pointer to a static object of type lconv, which represents numeric and monetary formatting rules of the current C locale.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.
Inhaltsverzeichnis |
[Bearbeiten] Parameter
(None)
Original:
(none)
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.
[Bearbeiten] Rückgabewert
Zeiger auf das aktuelle Objekt lconv .
Original:
pointer to the current lconv object.
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.
[Bearbeiten] Notes
Ändern der Objekt-Referenzen durch die zurückgegebene Zeiger ist undefiniert .
Original:
Modifying the object references through the returned pointer is undefined behavior.
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.
localeconv verändert ein statisches Objekt, nannte es von verschiedenen Threads ohne Synchronisation ist undefiniert .Original:
localeconv modifies a static object, calling it from different threads without synchronization is undefined behavior.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.
[Bearbeiten] Beispiel
| This section is incomplete |
[Bearbeiten] Siehe auch
| empfängt und setzt die aktuelle C locale Original: gets and sets the current C locale The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Funktion) | |
| Formatierung Details von localeconv zurückgegeben Original: formatting details, returned by localeconv The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klasse) | |
| C++ documentation for localeconv
| |