boost::urls::decode_view::decode_view
Constructor
Synopsis
Declared in <boost/url/decode_view.hpp>
constexpr
decode_view() noexcept = default;
Description
Default-constructed views represent empty strings.
decode_view ds;
this->empty() == true
Throws nothing.
Created with MrDocs