Which C++ signals/slots library should I choose?

前端 未结 11 1452
隐瞒了意图╮
隐瞒了意图╮ 2020-12-01 00:10

I want to use a signals/slots library in a project that doesn\'t use QT. I have pretty basic requirements:

  1. Connect two functions with any number of parameters
11条回答
  •  日久生厌
    2020-12-01 00:33

    What about this alternative implementation that looks good: http://endl.ch/content/fastsig ?

提交回复
热议问题