std::experimental::filesystem::path::assign
Min standard notice:
Assigns the contents to the path object.
# Declarations
template< class Source >
path& assign( const Source& source );
(filesystem TS)
template< class InputIt >
path& assign( InputIt first, InputIt last );
(filesystem TS)
# Parameters
source: a range to assignfirst, last: a range to assign
# Return value
*this