std::experimental::filesystem::path::assign

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

# Return value

*this

# See also