Overload set pct_string_view::pct_string_view

Members

Constructor

constexpr
pct_string_view() = default;
  » more...

Constructor

constexpr
pct_string_view(const pct_string_view& other) = default;
  » more...
template<
    class String,
    class = std::enable_if<std::is_convertible<String, core::string_view>::value>::type>
pct_string_view(const String& s);
  » more...

Constructor (deleted)

pct_string_view(std::nullptr_t) = delete;
  » more...

Constructor

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

Constructor

pct_string_view(core::string_view s);
  » more...