find_if_not

Find the first character in the string that is not in CharSet

Synopsis

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

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

Description

Exception Safety

Throws nothing.