Now base::lambda can be copied and can wrap any immutable lambda. For mutable lambdas there is base::lambda_once (which you're supposed to call only once to pass data through lambda captures, for example by using std::unique_ptr). Generally base::lambda is passed by value and base::lambda_once is passed by rvalue reference. |
||
|---|---|---|
| .. | ||
| cross_animation.cpp | ||
| cross_animation.h | ||
| panel_animation.cpp | ||
| panel_animation.h | ||
| radial_animation.cpp | ||
| radial_animation.h | ||
| ripple_animation.cpp | ||
| ripple_animation.h | ||
| round_checkbox.cpp | ||
| round_checkbox.h | ||
| send_action_animations.cpp | ||
| send_action_animations.h | ||
| slide_animation.cpp | ||
| slide_animation.h | ||
| widget_fade_wrap.cpp | ||
| widget_fade_wrap.h | ||
| widget_slide_wrap.cpp | ||
| widget_slide_wrap.h | ||