MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::UniqueTemporaryFolder Class Reference

helper class to create a temporary folder; the folder will be removed on the object's destruction More...

#include <MRMesh/MRUniqueTemporaryFolder.h>

Public Member Functions

 UniqueTemporaryFolder (FolderCallback onPreTempFolderDelete={})
 creates new folder in temp directory
 ~UniqueTemporaryFolder ()
 removes folder with all its content
 operator bool () const
std::filesystem::path operator/ (const std::filesystem::path &child) const

Detailed Description

helper class to create a temporary folder; the folder will be removed on the object's destruction


The documentation for this class was generated from the following file: