10 lines
270 B
C++
10 lines
270 B
C++
#ifndef GENETIC_IMAGE_INCLUDE_GENIMG_PARSEARGS_HH_
|
|
#define GENETIC_IMAGE_INCLUDE_GENIMG_PARSEARGS_HH_
|
|
|
|
#include <string>
|
|
#include <tuple>
|
|
|
|
std::tuple<std::string, std::string, bool, int> parse_args(int, char **);
|
|
|
|
#endif /* GENETIC_IMAGE_INCLUDE_GENIMG_PARSEARGS_HH_ */
|