Searched defs:GetoptContext (Results 1 – 1 of 1) sorted by relevance
34 struct GetoptContext { struct35 RefWrapper<char *> optarg;36 RefWrapper<int> optind;37 RefWrapper<int> optopt;38 RefWrapper<unsigned> optpos;40 RefWrapper<int> opterr;42 FILE *errstream;46 template <typename... Ts> void report_error(const char *fmt, Ts... ts) { in report_error()