| 766 | |
| 767 | template<class T> |
| 768 | inline Implicit<T>::Implicit(const std::string& short_name, const std::string& long_name, const std::string& description, const T& implicit_val, T* assign_to) : |
| 769 | Value<T>(short_name, long_name, description, implicit_val, assign_to) |
| 770 | { |
| 771 | } |
| 772 | |
| 773 | |
| 774 | template<class T> |
nothing calls this directly
no outgoing calls
no test coverage detected