ctype::is

bool is(mask msk, E ch) const;
const E *is(const E *first, const E *last, mask *dst) const;

The first member function returns do_is(msk, ch). The second member function returns do_is(first, last, dst).