| 245 | } |
| 246 | |
| 247 | const std::vector<std::string>::const_iterator |
| 248 | Options::inputFilesEnd(void) const { |
| 249 | static std::vector<std::string> empty_vector(0); |
| 250 | return (vm.count("files") ? vm["files"].as<std::vector<std::string>>().end() |
| 251 | : empty_vector.end()); |
| 252 | } |
| 253 | } // namespace apngasm_cli |