Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
http::ext_list::exists

Return true if a token is present in the list.

Synopsis
bool
exists(
    string_view const& s);
Description
Parameters

Name

Description

s

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


PrevUpHomeNext