mirror of
https://github.com/vale981/tdesktop
synced 2025-03-09 04:26:42 -04:00
![]() 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. |
||
---|---|---|
.. | ||
intro.style | ||
introcode.cpp | ||
introcode.h | ||
introphone.cpp | ||
introphone.h | ||
intropwdcheck.cpp | ||
intropwdcheck.h | ||
introsignup.cpp | ||
introsignup.h | ||
introstart.cpp | ||
introstart.h | ||
introwidget.cpp | ||
introwidget.h |