
Complete Modern C++ - Lambda Expressions Capture List - Part II
Interactive Video
•
Information Technology (IT), Architecture, Mathematics
•
University
•
Practice Problem
•
Hard
Wayground Content
FREE Resource
Read more
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What operator is used to capture a variable by reference in a lambda expression?
The * operator
The & operator
The # operator
The @ operator
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you capture all variables of the enclosing scope by reference in a lambda expression?
Using the = operator
Using the * operator
Using the & operator
Using the # operator
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a key limitation of the capture list in lambda expressions?
It can only capture global variables
It can only capture variables of integer type
It can only capture variables declared before the lambda
It can only capture variables declared after the lambda
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In a lambda expression, how can you capture all variables by value except one by reference?
Use the @ operator for all and specify the exception
Use the = operator for all and specify the exception
Use the & operator for all and specify the exception
Use the # operator for all and specify the exception
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When using a lambda expression inside a member function, what must you capture to access member variables?
The self pointer
The that pointer
The member pointer
The this pointer
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?