wmemset
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 <wchar.h>
|
||
wchar_t* wmemset( wchar_t* dest, wchar_t ch, size_t count ); |
||
Kopien Breitzeichen
ch in jede der ersten count breite Zeichen des Objekts, auf das dest .Original:
Copies wide character
ch into each of the first count wide characters of the object pointed to by dest.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.
Parameter
| dest | - | Zeiger auf das Objekt zu füllen
Original: pointer to the object to fill The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
| ch | - | Füllen Byte
Original: fill byte The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
| count | - | Anzahl von Bytes zu füllen
Original: number of bytes to fill The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Rückgabewert
dest
Beispiel
| This section is incomplete Reason: no example |
Siehe auch
kopiert eine gewisse breiten Zeichen zwischen zwei nichtüberlappenden Arrays Original: copies a certain amount of wide characters between two non-overlapping arrays The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Funktion) | |
C++ documentation for wmemset
| |