| 815 | /// OptionParser implementation ///////////////////////////////// |
| 816 | |
| 817 | inline OptionParser::OptionParser(std::string description) : description_(std::move(description)) |
| 818 | { |
| 819 | } |
| 820 | |
| 821 | |
| 822 | template<typename T, typename... Ts> |
nothing calls this directly
no outgoing calls
no test coverage detected