You've answered 0 of 91 questions correctly. (Clear)
Question #29 Difficulty:
According to the C++17 standard, what is the output of this program?
这样使用捕获符合编程规范吗:
A:
auto func()
{
int addend = 5;
static int baseValue = 3;
return [addend, baseValue = baseValue]() mutable {
++ baseValue;
return baseValue + addend;
}
}
Hint:
explicit的捕获变量有利于变量的生命周期管理
Problems? View a hint or try another question.
I give up, show me the answer (make 3 more attempts first).
Mode : Training
You are currently in training mode, answering random questions. Why not Start a new quiz? Then you can boast about your score, and invite your friends.
Contribute
Android app
Get Sergey Vasilchenko's CppQuiz Android app.