Checks if a character is hexadecimal. More...
Public Member Functions | |
is_xdigit (const std::locale &loc=std::locale()) | |
Constructs the function object with the given locale. | |
template<typename CharT > | |
bool | operator() (CharT c) const |
Checks if a character is hexadecimal given a locale. This is a wrapper around std::isxdigit(CharT, std::locale)
Definition at line 251 of file classification.hpp.