Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
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