std::experimental::filesystem::file_time_type
From cppreference.com
< cpp | experimental | fs
Defined in header <experimental/filesystem>
|
||
using file_time_type = chrono::time_point</*trivial-clock*/>; |
(filesystem TS) | |
Represents file time.
[edit] See also
This section is incomplete |