| 359 | |
| 360 | template <class T> |
| 361 | ArgumentParser::Proxy<T>::Proxy(ArgumentParser& parser, std::string key) |
| 362 | : parser_(parser), key_(key) {} |
| 363 | |
| 364 | template <class T> |
| 365 | ArgumentParser::Proxy<T>& ArgumentParser::Proxy<T>::Help(std::string help) { |
nothing calls this directly
no outgoing calls
no test coverage detected