====== isgraph ====== {{tag>character needs_examples}} ''bool isgraph(int c)'' ===== Description ===== Returns true if the character has a graphical representation. Equivalent to the corresponding C function [[http://en.cppreference.com/w/cpp/string/byte/isgraph|isgraph]]. ===== See also ===== [[StrIsGraph]]