_=> what does this underscore mean in Lambda expressions?

后端 未结 5 501
日久生厌
日久生厌 2020-11-28 07:04

What does an lambda expression like _=> expr mean?

What is the purpose of _ as input to lambda?

Example:

int cou         


        
5条回答
提交回复
热议问题