A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://timsong-cpp.github.io/cppwp/n4659/string.view.modifiers below:

[string.view.modifiers]

24 Strings library [strings] 24.4 String view classes [string.view] 24.4.2 Class template basic_­string_­view [string.view.template] 24.4.2.5 Modifiers [string.view.modifiers]

constexpr void remove_prefix(size_type n);

1 #

Requires: n <= size().

2 #

Effects: Equivalent to: data_­ += n; size_­ -= n;

constexpr void remove_suffix(size_type n);

3 #

Requires: n <= size().

4 #

Effects: Equivalent to: size_­ -= n;

constexpr void swap(basic_string_view& s) noexcept;

5 #

Effects: Exchanges the values of *this and s.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4