19 #ifndef PSTORE_OS_FILE_POSIX_HPP 20 #define PSTORE_OS_FILE_POSIX_HPP 33 explicit deleter (std::string
const & path)
48 static void platform_unlink (std::string
const & path);
60 #endif // PSTORE_OS_FILE_POSIX_HPP posix::deleter deleter
The cross-platform name for the deleter class.
Definition: file_posix.hpp:54
Definition: nonpod2.cpp:40
A class which, on destruction, will delete a file whose name is passed to the constructor.
Definition: file.hpp:719
Definition: file_posix.hpp:31