HiPipe
0.7.0
C++17 data pipeline with Python bindings.
|
Functions | |
std::experimental::filesystem::path | hipipe::utility::create_temp_directory (const std::string &pattern) |
Create a temporary directory. More... | |
std::experimental::filesystem::path hipipe::utility::create_temp_directory | ( | const std::string & | pattern | ) |
Create a temporary directory.
pattern | Directory name pattern. All '%' symbols in the pattern are replaced by a random character from [0-9a-f]. |