How can currying be done in C++?

前端 未结 10 1394
余生分开走
余生分开走 2020-11-28 03:39

What is currying?

How can currying be done in C++?

Please Explain binders in STL container?

10条回答
  •  情深已故
    2020-11-28 04:27

    These Links are relevant:

    The Lambda Calculus page on Wikipedia has a clear example of currying
    http://en.wikipedia.org/wiki/Lambda_calculus#Motivation

    This paper treats currying in C/C++
    http://asg.unige.ch/site/papers/Dami91a.pdf

提交回复
热议问题