Exemplo n.º 1
0
 void CommandLineOptions::usage(std::string long_form, std::string short_form) {
   CommandLineOptions* self = this;
   usage([=]() {
     self->display_usage_and_exit();
   }, std::move(long_form), std::move(short_form));
 }