www.cplusplus.com

Checks if the given wide character corresponds (if narrowed) to one of the ten decimal digit characters 0123456789. If the value of ch is neither representable as a wchar_t nor equal to the value of the macro WEOF, the behavior is undefined.

  en.cppreference.com

  msdn.microsoft.com

  www.tutorialspoint.com

4 авг 2014 ... inline Tokens Tokenize(std::wstring expr) { const wchar_t *current = expr.c_str(); if (!*current) return{}; if(iswdigit(*current)) return{ _wtof(current) }; ...

  habr.com

30 июл 2013 ... iswdigit. проверяет, является ли широкий символ является цифрой. Оригинал : checks if a wide character is a digit. Текст был переведён ...

  ru.cppreference.com

Checks if the given character is one of the 10 decimal digits: 0123456789. The behavior is undefined if the value of ch is not representable as unsigned char and is not equal to EOF. Non-zero value if the character is a numeric character...

  en.cppreference.com

  pythonz.net

The iswdigit() function is the wide-character equivalent of the isdigit(3) function. It tests whether wc is a wide character belonging to the wide-character class ...

  www.opennet.ru

Функция iswdigit является эквивалентом функции isdigit для работы с широкими символами. Она проверяет, является ли wc широким символом, ...

  www.opennet.ru

  docs.microsoft.com

iscsym, iscsymf, __iscsym, __iswcsym, __iscsymf, __iswcsymf, _iscsym_l, _iswcsym_l, _iscsymf_l, _iswcsymf_l · isdigit, iswdigit, _isdigit_l, _iswdigit_l · isgraph ...

  msdn.microsoft.com

isspace(), m, m, m, m, m, m. isupper(), m, m, m, m, m, m. iswalnum(), m, m . 1 . . iswalpha(), m, m . 1 . . iswcntrl(), m, m . 1 . . iswctype(), m, m . 1 . . iswdigit(), m, m .

  www.unix.org

wchar.h — заголовочный файл стандартной библиотеки языка программирования Си, ... is-w-digit: int iswdigit(wint_t);. is-w-graph: int iswgraph( wint_t);.

  ru.wikipedia.org

  www.cplusplus.com

man iswdigit (3): Функция iswdigit() является эквивалентом функции isdigit(3), но для широких символов. Она проверяет, является ли wc широким ...

  ru.manpages.org

  www.c-cpp.ru

wctype.h — заголовочный файл стандартной библиотеки языка программирования Си. ... iswdigit, Проверяет, является ли символ десятичной цифрой.

  ru.wikipedia.org

Прототип функции isdigit: int isdigit( int character ); Заголовочный файл Название Язык ctupe.h С cctupe С++ Описание Функция isdigit проверяет аргумент...

  cppstudio.com

The iswdigit() function shall test whether wc is a wide-character code representing a character of class digit in the program's current locale; see the Base ...

  www.opennet.ru

Page generated - 0.0175280571 (d80a5919199e1f7774cc6c90cfbceb2d)