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 a snapshot of the develop branch, built from commit 86319a8e16.
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(
    core::string_view s);
  » more...

Constructor (deleted)

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

PrevUpHomeNext