kotatogram-desktop/Telegram/SourceFiles/dialogs
John Preston c207743338 Made base::lambda a copyable value type.
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.
2017-02-26 21:01:23 +03:00
..
dialogs.style
dialogs_common.h
dialogs_indexed_list.cpp
dialogs_indexed_list.h
dialogs_layout.cpp
dialogs_layout.h
dialogs_list.cpp
dialogs_list.h
dialogs_row.cpp
dialogs_row.h