| 5714 | } |
| 5715 | |
| 5716 | auto setValue(std::string const &arg) -> ParserResult override { |
| 5717 | return convertInto(arg, m_ref); |
| 5718 | } |
| 5719 | }; |
| 5720 | |
| 5721 | template <typename T> struct BoundValueRef<std::vector<T>> : BoundValueRefBase { |
nothing calls this directly
no test coverage detected