find_if

Find the first character in the string that is in the set.

Synopsis

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

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

Description

Exception Safety

Throws nothing.