Namespaces
Variants
Views
Actions

std::isdigit(std::locale)

From cppreference.com
< cpp‎ | locale
 
 
 
 
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

[