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

Function temp_directory_path

include/boost/filesystem/operations.hpp:647–648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

645 path system_complete(const path& p, system::error_code& ec)
646 {return detail::system_complete(p, &ec);}
647 inline
648 path temp_directory_path() {return detail::temp_directory_path();}
649
650 inline
651 path temp_directory_path(system::error_code& ec)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected