boost::urls::param_view::param_view

Aggregate construction

Synopsis

Declared in <boost/url/param.hpp>

param_view(
    core::string_view key_,
    core::string_view value_,
    bool has_value_) noexcept;

Parameters

Name

Description

key_

The key to set.

value_

The value to set.

has_value_

True if a value is present.

Created with MrDocs