Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
http::ext_list::find

Find a token in the list.

Synopsis
const_iterator
find(
    string_view const& s);
Description
Parameters

Name

Description

s

The token to find. A case-insensitive comparison is used.

Return Value

An iterator to the matching token, or end() if no token exists.


PrevUpHomeNext