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;

Declared in file <boost/url/grammar/charset.hpp> at line 124

Description

Exception Safety

Throws nothing.