[#B58BBE75B8509F926DFA852FD50981433F99E0C9]

Function find_if

Find the first character in the string that is in the set.

Synopsis

            template
char const*
find_if(
    char const const* first,
    char const const* last,
    CharSet const& cs) noexcept;
        

Description

Exception Safety

Throws nothing.