find_if

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

Synopsis

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

Defined in file <include/boost/url/grammar/charset.hpp> on line 86

Description

Exception Safety

Throws nothing.