Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2022. The current version is 1.90.0.
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>