std::filesystem::filesystem_error::path1,std::filesystem::filesystem_error::path2 (3) - Linux Manuals
std::filesystem::filesystem_error::path1,std::filesystem::filesystem_error::path2: std::filesystem::filesystem_error::path1,std::filesystem::filesystem_error::path2
NAME
std::filesystem::filesystem_error::path1,std::filesystem::filesystem_error::path2 - std::filesystem::filesystem_error::path1,std::filesystem::filesystem_error::path2
Synopsis
const std::filesystem::path& path1() const noexcept; (since C++17)
const std::filesystem::path& path2() const noexcept; (since C++17)
Returns the paths that were stored in the exception object.
Parameters
(none)
Example
This section is incomplete
Reason: no example