On this page
std::filesystem::file_status::file_status
|
(1) | (since C++17) |
|
(2) | (since C++17) |
|
(3) | (since C++17) |
|
(4) | (since C++17) |
Constructs a new file_status
object.
2,3) Copy and move constructors are defaulted.
4) Initializes the file status object with
type
as type and permissions
as permissions.
Parameters
type | - | type of the file status |
permissions | - | permissions of the file status |
Example
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/filesystem/file_status/file_status