Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
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(
    string_view s);
  » more...

Constructor (deleted)

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

PrevUpHomeNext