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

Function resize_file

include/boost/filesystem/operations.hpp:624–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

622 void rename(const path& old_p, const path& new_p, system::error_code& ec)
623 {detail::rename(old_p, new_p, &ec);}
624 inline // name suggested by Scott McMurray
625 void resize_file(const path& p, uintmax_t size) {detail::resize_file(p, size);}
626
627 inline
628 void resize_file(const path& p, uintmax_t size, system::error_code& ec)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected