Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
http::param_list::value_type

The type of each element in the list.

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

The first string in the pair is the name of the parameter, and the second string in the pair is its value (which may be empty).


PrevUpHomeNext