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