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

Method setValue

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

Source from the content-addressed store, hash-verified

5908 explicit BoundValueRef( T &ref ) : m_ref( ref ) {}
5909
5910 auto setValue( std::string const &arg ) -> ParserResult override {
5911 return convertInto( arg, m_ref );
5912 }
5913 };
5914
5915 template<typename T>

Callers

nothing calls this directly

Calls 1

convertIntoFunction · 0.85

Tested by

no test coverage detected