Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
http::ext_list::value_type

The type of each element in the list.

Synopsis
using value_type = std::pair< string_view, param_list >;
Description

The first element of the pair is the extension token, and the second element of the pair is an iterable container holding the extension's name/value parameters.


PrevUpHomeNext