modified options for fifth method

This commit is contained in:
Phuntsok Drak-pa
2019-04-13 15:09:07 +02:00
parent d2393561d6
commit 87beb6fe8b
3 changed files with 30 additions and 18 deletions

View File

@@ -4,7 +4,13 @@
#include <filesystem>
#include <tuple>
[[nodiscard]] auto parse_args(int, char**) -> std::
tuple<std::filesystem::path, std::filesystem::path, int, int, int, bool, bool>;
[[nodiscard]] auto parse_args(int, char**) -> std::tuple<std::filesystem::path,
std::filesystem::path,
int,
int,
int,
int,
bool,
bool>;
#endif /* GENETIC_IMAGE_INCLUDE_GENIMG_PARSEARGS_HH_ */