Espacios de nombres
Variantes
Acciones

std::wmemchr

De cppreference.com
< cpp‎ | string‎ | wide
 
 
 
 
Definido en el archivo de encabezado <cwchar>
const wchar_t* wmemchr( const wchar_t* ptr, wchar_t ch, std::size_t count );
      wchar_t* wmemchr(       wchar_t* ptr, wchar_t ch, std::size_t count );
Localiza la primera aparición de ch carácter amplio en los primeros count caracteres anchos del objeto apuntado por ptr .
Original:
Locates the first occurrence of wide character ch in the initial count wide characters of the object pointed to by ptr.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Contenido