io_utils.hpp
Tools to simplify IO, such as with a command line.
This file is part of Empirical, https://github.com/devosoft/Empirical Copyright (C) 2025 Michigan State University MIT Software license; see doc/LICENSE.md
Note
Status: BETA
Defines
-
INCLUDE_EMP_IO_IO_UTILS_HPP_GUARD
Functions
-
void PrintRepeat(char ch, size_t count)
-
split_path_t SplitPath(const std_fs::path &in_path)
-
std_fs::path JoinPath(const split_path_t &path)
-
void ReduceToCommonPath(split_path_t &path1, const split_path_t &path2)
-
std_fs::path FindCommonPath(std_fs::path path1, std_fs::path path2)
-
template<typename CONTAINER_T>
std_fs::path FindCommonPath(const CONTAINER_T &filenames)