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

Method BoundLambda

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

Source from the content-addressed store, hash-verified

7085
7086 static_assert( UnaryLambdaTraits<L>::isValid, "Supplied lambda must take exactly one argument" );
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 );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected