Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
pct_string_view::pct_string_view

Constructor.

constexpr
pct_string_view();
  » more...

constexpr
pct_string_view(
    pct_string_view const& other);
  » more...

template<
    class String>
pct_string_view(
    String const& s);
  » more...

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

pct_string_view(
    char const* first,
    char const* last);
  » more...

pct_string_view(
    string_view s);
  » more...

Constructor (deleted)

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

PrevUpHomeNext