MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / setValue

Method setValue

tests/catch.hpp:7089–7091  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7087 explicit BoundLambda( L const &lambda ) : m_lambda( lambda ) {}
7088
7089 auto setValue( std::string const &arg ) -> ParserResult override {
7090 return invokeLambda<typename UnaryLambdaTraits<L>::ArgType>( m_lambda, arg );
7091 }
7092 };
7093
7094 template<typename L>

Callers 3

setMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected