| 576 | |
| 577 | template<class T> |
| 578 | inline Value<T>::Value(const std::string& short_name, const std::string& long_name, const std::string& description) : |
| 579 | Option(short_name, long_name, description), |
| 580 | assign_to_(nullptr) |
| 581 | { |
| 582 | } |
| 583 | |
| 584 | |
| 585 | template<class T> |
nothing calls this directly
no outgoing calls
no test coverage detected