url_view

Constructor

Synopsis

void url_view( const url_view& other) noexcept;

Declared in file <boost/url/url_view.hpp> at line 239

Description

After construction, both views reference the same underlying character buffer. Ownership is not transferred.

Postconditions

this->buffer().data() == other.buffer().data()

Complexity

Constant.

Exception Safety

Throws nothing.