std::experimental::filesystem::path::native, operator string_type()

From cppreference.com
< cpp‎ | experimental‎ | fs‎ | path
const string_type& native() const;
(1) (filesystem TS)
operator string_type() const;
(2) (filesystem TS)

Returns the path name converted to the native path encoding.

Contents

[edit] Parameters

(none)

[edit] Return value

*this

[edit] Exceptions

noexcept specification:  
noexcept
  

[edit] See also

returns the native version of the path
(public member function)