35 const std::filesystem::path &file_path,
36 const std::string &suffix);
68std::string
zfill(
const std::string &str,
int n_zero);
Definition algebra.hpp:23
std::filesystem::path make_unique_temp_dir(const std::string &prefix)
Create a unique temporary directory.
Definition string_utils.cpp:26
std::string zfill(const std::string &str, int n_zero)
Definition string_utils.cpp:43
std::filesystem::path add_filename_suffix(const std::filesystem::path &file_path, const std::string &suffix)
Definition string_utils.cpp:13