boost::urls::pct_string_view::pct_string_view
Members
Constructor
constexpr
pct_string_view() = default;
» more...
Constructor
constexpr
pct_string_view(pct_string_view const& other) = default;
» more...
template<
class String,
class = void>
pct_string_view(String const& s);
» more...
Constructor (deleted)
pct_string_view(std::nullptr_t) = delete;
» more...
Constructor
pct_string_view(
char const* s,
std::size_t len);
» more...
Constructor
pct_string_view(core::string_view s);
» more...