40 const std::filesystem::path &file_path,
41 const std::string &suffix);
60std::string
zfill(
const std::string &str,
int n_zero);
Definition algebra.hpp:28
std::string zfill(const std::string &str, int n_zero)
Definition string_utils.cpp:23
std::filesystem::path add_filename_suffix(const std::filesystem::path &file_path, const std::string &suffix)
Definition string_utils.cpp:10