32 static TempFile
Create(std::string_view parent_path, std::string_view name_prefix);
35 TempFile(TempFile&& other)
noexcept;
36 TempFile& operator=(TempFile&& other)
noexcept;
40 static TempFile
Adopt(std::string path);
50 explicit TempFile(std::string&& path);