Home
last modified time | relevance | path

Searched defs:BoundLambda (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp9110 struct BoundLambda : BoundValueRefBase { struct
9111 L m_lambda;
9114 explicit BoundLambda( L const &lambda ) : m_lambda( lambda ) {} in BoundLambda() argument
9116 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()