Searched defs:GetoptContext (Results 1 – 1 of 1) sorted by relevance
35 struct GetoptContext { struct36 RefWrapper<char *> optarg;37 RefWrapper<int> optind;38 RefWrapper<int> optopt;39 RefWrapper<unsigned> optpos;41 RefWrapper<int> opterr;43 FILE *errstream;47 template <typename... Ts> void report_error(const char *fmt, Ts... ts) { in report_error()