Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
std::experi...system_error(3) C++ Standard Libarystd::experi...system_error(3)

NAME
       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,	   (2)
       (filesystem TS)
	  error_code ec	);
	  filesystem_error( const string& what_arg, const path&	p1, const  (3)
       (filesystem TS)
	  path&	p2, error_code ec );

	  Constructs a new filesystem error object. The	explanatory string  is
       set to what_arg,
	  error	code is	set to ec and optionally, the paths that were involved
       in the
	  operation that resulted in the error,	are set	to p1 and p2.

Parameters
	   This	section	is incomplete

See also
	   This	section	is incomplete

http://cppreference.com		  2022.07.31	 std::experi...system_error(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::experimental::filesystem::filesystem_error::filesystem_error&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help