Searched defs:BoundLambda (Results 1 – 1 of 1) sorted by relevance
9197 struct BoundLambda : BoundValueRefBase { struct9198 L m_lambda;9201 explicit BoundLambda( L const &lambda ) : m_lambda( lambda ) {} in BoundLambda() function9203 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()