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
;
|
(filesystem TS) | |
|
const
path
&
path2
(
)
const
;
|
(filesystem TS) | |
Возвращает пути, которые были сохранены в объекте исключения.
Параметры
(нет)
Исключения
noexcept
спецификация:
noexcept
Смотрите также
| Этот раздел не завершён |