| 5711 | T &m_ref; |
| 5712 | |
| 5713 | explicit BoundValueRef(T &ref) : m_ref(ref) { |
| 5714 | } |
| 5715 | |
| 5716 | auto setValue(std::string const &arg) -> ParserResult override { |
| 5717 | return convertInto(arg, m_ref); |
nothing calls this directly
no outgoing calls
no test coverage detected