What is this C++14 construct called which seems to chain lambdas?

后端 未结 3 919
一个人的身影
一个人的身影 2021-02-14 01:47

This is a follow-up question on this one: Lambda-Over-Lambda in C++14, where the answers explain the code.

It is about a lambda that creates another lambda which when ca

3条回答
  •  梦毁少年i
    2021-02-14 02:02

    As far as I know there is no "official" name, yet.

    Suggestions:

    • Lambda chain
    • Lambda sausage
    • Curry sausage

提交回复
热议问题