Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
http::token_list::exists

Return true if a token is present in the list.

Synopsis
template<
    class T>
bool
exists(
    T const& s);
Description
Parameters

Name

Description

s

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


PrevUpHomeNext