Move constructor

Synopsis

Declared in <boost/url/url_view.hpp>

constexpr
url_view(url_view&& other) noexcept = default;

Parameters

Name Description

other

The object to move construct from

Created with MrDocs