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. |
||
|---|---|---|
| .. | ||
| themes | ||
| main_window.cpp | ||
| main_window.h | ||
| notifications_manager.cpp | ||
| notifications_manager.h | ||
| notifications_manager_default.cpp | ||
| notifications_manager_default.h | ||
| notifications_utilities.cpp | ||
| notifications_utilities.h | ||
| player_wrap_widget.cpp | ||
| player_wrap_widget.h | ||
| section_memento.h | ||
| section_widget.cpp | ||
| section_widget.h | ||
| top_bar_widget.cpp | ||
| top_bar_widget.h | ||
| window.style | ||
| window_main_menu.cpp | ||
| window_main_menu.h | ||
| window_slide_animation.cpp | ||
| window_slide_animation.h | ||
| window_title.h | ||