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

Method setValue

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

Source from the content-addressed store, hash-verified

5976 explicit BoundLambda( L const &lambda ) : m_lambda( lambda ) {}
5977
5978 auto setValue( std::string const &arg ) -> ParserResult override {
5979 return invokeLambda<typename UnaryLambdaTraits<L>::ArgType>( m_lambda, arg );
5980 }
5981 };
5982
5983 template<typename L>

Callers 3

setMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected