constexpr void remove_prefix(size_type n);
Requires: n <= size().
2 #Effects: Equivalent to: data_ += n; size_ -= n;
constexpr void remove_suffix(size_type n);
Requires: n <= size().
4 #Effects: Equivalent to: size_ -= n;
constexpr void swap(basic_string_view& s) noexcept;
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