19 #ifndef PSTORE_OS_FILE_WIN32_HPP 20 #define PSTORE_OS_FILE_WIN32_HPP 30 # define WIN32_LEAN_AND_MEAN 40 class deleter final :
public deleter_base {
42 explicit deleter (std::string
const & path)
43 : deleter_base (path, &platform_unlink) {}
50 static
void platform_unlink (
std::
string const & path);
61 #endif // PSTORE_OS_FILE_WIN32_HPP Definition: chunked_sequence.hpp:607
posix::deleter deleter
The cross-platform name for the deleter class.
Definition: file_posix.hpp:54
Definition: nonpod2.cpp:40
Functionality for processing UTF-8 strings.