std::isdigit(std::locale)
From cppreference.com
Defined in header <locale>
|
||
template< class CharT > bool isdigit( CharT ch, const locale& loc ); |
||
Checks if the given character is classified as a digit by the given locale's std::ctype facet.
Contents |