MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / BoundValueRef

Method BoundValueRef

unittests/catch.hpp:5908–5908  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected