...世界上最受推崇和设计精良的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu,《C++ 编码规范
...世界上最受推崇和设计精良的 C++ 库项目之一。
迭代器连接处理程序必须满足 处理程序的要求。 迭代器连接处理程序类的对象 h 应该在表达式 h(ec, i) 中正确工作,其中 ec 是类型为 const error_code 的左值,i 是对应 async_connect() 函数中使用的类型为 Iterator 的左值。
h
h(ec, i)
ec
const error_code
i
async_connect()
Iterator