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

Method setValue

extlibs/catch/include/catch/catch.hpp:8883–8885  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8881 explicit BoundLambda( L const &lambda ) : m_lambda( lambda ) {}
8882
8883 auto setValue( std::string const &arg ) -> ParserResult override {
8884 return invokeLambda<typename UnaryLambdaTraits<L>::ArgType>( m_lambda, arg );
8885 }
8886 };
8887
8888 template<typename L>

Callers 3

setMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected