<boost/url/grammar/string_view_base.hpp>
constexpr
string_view_base() = default;
» more...
Constructor
constexpr
string_view_base(string_view_base const& other) = default;
» more...
Constructor
constexpr
string_view_base(core::string_view s) noexcept;
» more...
Constructor
constexpr
string_view_base(
char const* data,
std::size_t size) noexcept;
» more...
Name | Description |
---|---|
s | The string view |
data | The character buffer |
size | The number of characters |