| 5906 | T &m_ref; |
| 5907 | |
| 5908 | explicit BoundValueRef( T &ref ) : m_ref( ref ) {} |
| 5909 | |
| 5910 | auto setValue( std::string const &arg ) -> ParserResult override { |
| 5911 | return convertInto( arg, m_ref ); |
nothing calls this directly
no outgoing calls
no test coverage detected