C++: The y combinator as lambda

后端 未结 0 1833
半阙折子戏
半阙折子戏 2021-01-15 04:46

There is the proposal for a y combinator in C++: y_combinator

Here is the implementation:

class createYCombinator
{
    Fun fun_;

public:
    template         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题