libsigc++ ships with basic lambda functionality and the sigc::group adaptor that uses lambdas to transform a functor's parameter list. More...
![]() |
Classes | |
struct | sigc::lambda_base |
A hint to the compiler. More... | |
struct | sigc::lambda< T_type > |
Lambda type. More... | |
Modules | |
group() | |
sigc::group() alters an arbitrary functor by rebuilding its arguments from one or more lambda expressions. |
libsigc++ ships with basic lambda functionality and the sigc::group adaptor that uses lambdas to transform a functor's parameter list.
The lambda selectors sigc::_1, sigc::_2, ..., sigc::_9 are used to select the first, second, ..., nineth argument from a list.
Operators are defined so that lambda selectors can be used e.g. as placeholders in arithmetic expressions.