basic_filesystem_error 클래스
A base class for all exceptions that are thrown to report a low-level system overflow.
template<class Path>
class basic_filesystem_error : public system_error;
설명
The value that's returned by what is constructed from the message, errcode, and two stored objects of type Path. Path는 basic_path 또는 basic_path에서 파생된 형식 중 하나일 수 있습니다.
멤버
공용 Typedefs
Name |
설명 |
---|---|
basic_filesystem_error::path_type |
A synonym for template parameter Path. |
Public 생성자
Name |
설명 |
---|---|
basic_filesystem_error 개체를 생성합니다. |
Public 메서드
Name |
설명 |
---|---|
Retrieves the first stored Path object. |
|
Retrieves the second stored Path object. |
요구 사항
헤더: filesystem
네임스페이스: std::tr2::sys