...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
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...