10 lines
264 B
C++
10 lines
264 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> parse_args(int, char**);
|
||
|
|
||
|
#endif /* GENETIC_IMAGE_INCLUDE_GENIMG_PARSEARGS_HH_ */
|