std::experimental::filesystem::filesystem_error::filesystem_error (3) Linux Manual Page
std::experimental::filesystem::filesystem_error::filesystem_error – std::experimental::filesystem::filesystem_error::filesystem_error Synopsis filesystem_error( const string& what_arg, error_code ec ); (1) (filesystem TS) filesystem_error( const string& what_arg, const path& p1, error_code ec ); (2) (filesystem TS) filesystem_error( const string& what_arg, const path& p1, const path& p2, error_code ec ); (3) (filesystem TS) Constructs a new filesystem error object. The explanatory string is set to…
