Searched defs:IsHexDigit (Results 1 – 1 of 1) sorted by relevance
35 struct IsHexDigit : std::unary_function<std::string::value_type, bool> { struct36 bool operator()(std::string::value_type v) { in operator ()()