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. |
||
|---|---|---|
| .. | ||
| field_autocomplete.cpp | ||
| field_autocomplete.h | ||
| history.style | ||
| history_common.h | ||
| history_drag_area.cpp | ||
| history_drag_area.h | ||
| history_item.cpp | ||
| history_item.h | ||
| history_location_manager.cpp | ||
| history_location_manager.h | ||
| history_media.h | ||
| history_media_types.cpp | ||
| history_media_types.h | ||
| history_message.cpp | ||
| history_message.h | ||
| history_service_layout.cpp | ||
| history_service_layout.h | ||