MCPcopy Create free account
hub / github.com/RenderKit/embree / setValue

Method setValue

tutorials/external/catch.hpp:7240–7242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7238 explicit BoundValueRef( T &ref ) : m_ref( ref ) {}
7239
7240 auto setValue( std::string const &arg ) -> ParserResult override {
7241 return convertInto( arg, m_ref );
7242 }
7243 };
7244
7245 template<typename T>

Callers

nothing calls this directly

Calls 1

convertIntoFunction · 0.85

Tested by

no test coverage detected