boost::urls::params_encoded_ref::operator params_encoded_view

Conversion

Synopsis

Declared in <boost/url/params_encoded_ref.hpp>
operator params_encoded_view() const noexcept;


Description

Complexity

Constant.

Exception Safety

Throws nothing.

Return Value

A view of the params.

Created with MrDocs