GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
std::experimental::filesystem::filesystem_error::filesystem_error(3) C++ Standard Libary std::experimental::filesystem::filesystem_error::filesystem_error(3)

std::experimental::filesystem::filesystem_error::filesystem_error - std::experimental::filesystem::filesystem_error::filesystem_error


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.


This section is incomplete


This section is incomplete

2022.07.31 http://cppreference.com

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.