path& operator+=(const path& x); path& operator+=(const string_type& x); path& operator+=(basic_string_view<value_type> x); path& operator+=(const value_type* x); path& operator+=(value_type x); template <class Source> path& operator+=(const Source& x); template <class EcharT> path& operator+=(EcharT x); template <class Source> path& concat(const Source& x);
Effects: Appends path(x).native() to the pathname in the native format. [ Note: This directly manipulates the value of native() and may not be portable between operating systems. — end note ]
template <class InputIterator> path& concat(InputIterator first, InputIterator last);
Effects: Equivalent to return *this += path(first, last).
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