Pros & cons of a callback (std::function/std::bind) vs an interface (abstract class)

前端 未结 0 653
一生所求
一生所求 2020-12-23 05:22

I\'m creating a server application in C++11 using Boost.Asio. I\'ve created a class, Server, which takes care of accepting new connections. It\'s basically just

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