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

Method setValue

extlibs/catch/include/catch/catch.hpp:8815–8817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8813 explicit BoundValueRef( T &ref ) : m_ref( ref ) {}
8814
8815 auto setValue( std::string const &arg ) -> ParserResult override {
8816 return convertInto( arg, m_ref );
8817 }
8818 };
8819
8820 template<typename T>

Callers

nothing calls this directly

Calls 1

convertIntoFunction · 0.85

Tested by

no test coverage detected