#include <stringutils.h>
Public Member Functions | |
| IsSpace (const std::locale &loc=std::locale("en_US.UTF-8")) | |
| const std::locale & | GetLocale () const |
| bool | operator() (char c) const |
This "predicate" needed to have 'state', the locale member.
| dtUtil::IsSpace::IsSpace | ( | const std::locale & | loc = std::locale("en_US.UTF-8") |
) | [inline] |
| const std::locale& dtUtil::IsSpace::GetLocale | ( | ) | const [inline] |
| bool dtUtil::IsSpace::operator() | ( | char | c | ) | const [inline] |