In Asio, what is the idea of the overload_types call_free and adapter?

后端 未结 0 1477
忘了有多久
忘了有多久 2020-12-24 06:50

In multiple places in the code, Asio defines the following enum:

enum overload_type
{
  call_member,
  call_free,
  adapter,
  ill_formed
};

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