Home | Libraries | People | FAQ | More |
Find the first character in the string that is not in CharSet.
Defined in header <boost/url/grammar/charset.hpp>
template< class CharSet> char const* find_if_not( char const *const first, char const *const last, CharSet const& cs);
Throws nothing.
A pointer to the found character, otherwise the value last
.
Name |
Description |
---|---|
|
A pointer to the first character in the string to search. |
|
A pointer to one past the last character in the string to search. |
|
The character set to use. |
Convenience header <boost/url/grammar.hpp>