Checks if a character is a graph character. More...
Public Member Functions | |
is_graph (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 a graph character given a locale. This is a wrapper around std::isgraph(CharT, std::locale)
Definition at line 230 of file classification.hpp.