userver: userver/fs/blocking/temp_file.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
temp_file.hpp File Reference

A unique temporary file. The file is deleted when the TempFile object is destroyed. More...

#include <string>
#include <string_view>
+ Include dependency graph for temp_file.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fs::blocking::TempFile
 A unique temporary file. The file is deleted when the TempFile object is destroyed. More...
 

Namespaces

namespace  fs
 filesystem support
 
namespace  fs::blocking
 blocking function and classes to work with filesystem
 

Detailed Description

A unique temporary file. The file is deleted when the TempFile object is destroyed.

Definition in file temp_file.hpp.