40 const std::filesystem::path &file_path,
41 const std::string &suffix);
73std::string
zfill(
const std::string &str,
int n_zero);
Definition algebra.hpp:22
std::filesystem::path make_unique_temp_dir(const std::string &prefix)
Create a unique temporary directory.
Definition string_utils.cpp:24
std::string zfill(const std::string &str, int n_zero)
Definition string_utils.cpp:41
std::filesystem::path add_filename_suffix(const std::filesystem::path &file_path, const std::string &suffix)
Definition string_utils.cpp:11