[#A38205D61974FEB4A8A9675266338A1383071633]

Function find_if_not

Find the first character in the string that is not in CharSet

Synopsis

            template
char const*
find_if_not(
    char const const* first,
    char const const* last,
    CharSet const& cs) noexcept;
        

Description

Exception Safety

Throws nothing.