Function object to check a character is any of the provided. More...
Public Member Functions | |
is_any_of (const CharT *str) | |
bool | operator() (CharT s) const |
A function object that checks if a character is any of the ones provided.
CharT | Underlying character type. |
Definition at line 38 of file predicate.hpp.