Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
http::basic_fields::equal_range (1 of 2 overloads)

Returns a range of iterators to the fields with the specified name.

Synopsis
std::pair< const_iterator, const_iterator >
equal_range(
    field name) const;
Description Parameters

Name

Description

name

The field name.

Return Value

A range of iterators to fields with the same name, otherwise an empty range.


PrevUpHomeNext