Structured binding declaration cannot have type 'int'
Answers
Answered by
2
Structured binding declaration (since C++17) Binds the specified names to subobjects or elements of the initializer. Like a reference, a structured binding is an alias to an existing object. Unlike a reference, the type of a structured binding does not have to be a reference type.
Similar questions
Social Sciences,
5 months ago
English,
5 months ago
Political Science,
5 months ago
Math,
11 months ago
Science,
1 year ago
History,
1 year ago