std::experimental::filesystem::filesystem_error:: path1,path2
From cppreference.net
<
cpp
|
experimental
|
fs
|
filesystem error
C++
Filesystem library
| Classes | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Functions | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| File types | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
filesystem_error
| Member functions | ||||
|
filesystem_error::path1
filesystem_error::path2
|
||||
| Inherited from std::system_error | ||||
|
const
path
&
path1
(
)
const
;
|
(파일시스템 TS) | |
|
const
path
&
path2
(
)
const
;
|
(파일시스템 TS) | |
예외 객체에 저장된 경로들을 반환합니다.
매개변수
(없음)
예외
noexcept
명세:
noexcept
참고 항목
| 이 섹션은 불완전합니다 |