All Classes Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
gears::string::is_any_of< CharT > Struct Template Reference

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
 

Detailed Description

template<typename CharT = char>
struct gears::string::is_any_of< CharT >

A function object that checks if a character is any of the ones provided.

Template Parameters
CharTUnderlying character type.

Definition at line 38 of file predicate.hpp.