MCPcopy Create free account
hub / github.com/boostorg/filesystem / last_write_time

Function last_write_time

include/boost/filesystem/operations.hpp:580–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578 path initial_path(system::error_code& ec) {return detail::initial_path(&ec);}
579
580 inline
581 std::time_t last_write_time(const path& p) {return detail::last_write_time(p);}
582
583 inline
584 std::time_t last_write_time(const path& p, system::error_code& ec)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected