boost::urls::pct_string_view::pct_string_view

Constructor

Synopsis

Declared in <include/boost/url/pct_string_view.hpp>

constexpr
pct_string_view() = default;

» more...

constexpr
pct_string_view(pct_string_view const& other) = default;

» more...

template<
    class String,
    class = void>
pct_string_view(String const& s);

» more...

pct_string_view(std::nullptr_t) = delete;

» more...

pct_string_view(
    char const* s,
    std::size_t len);

» more...

pct_string_view(core::string_view s);

» more...

Description

Default constructed string are empty.

Constant.

Throws nothing.

Exceptions

Name Thrown on
[object Object]

string contains an invalid percent encoding.

Parameters

Name Description
s,

len The string to construct from.

s

The string to construct from.

Created with MrDocs