Find the first character in the string that is not in CharSet
Synopsis
Declared in header </boost/url/grammar/charset.hpp#L124[boost/url/grammar/charset.hpp,window=blank_]>
template<class CharSet>
const char*
find_if_not(
const char* const first,
const char* const last,
const CharSet& cs) noexcept;
Description
Exception Safety
Throws nothing.
Return Value
-
``
Parameters
Name | Type |
---|---|
first |
`` |
last |
`` |
cs |
`` |