Is std::isspace the opposite of std::isgraph in C++ (locale versions)? That is, is the following true?
char c = getCharFromSomewhere(); std::locale loc = getL