:relfileprefix: ../../../ [#B58BBE75B8509F926DFA852FD50981433F99E0C9] = Function find_if pass:v,q[Find the first character in the string that is in the set.] == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- template const char* find_if( const char* const first, const char* const last, const CharSet& cs) noexcept; ---- == Description === Exception Safety pass:v,q[Throws nothing.] == Return Value * `` == Parameters |=== | Name | Type | *first* | `` | *last* | `` | *cs* | `` |===