Boost C++ 库

...世界上最受推崇、设计最精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ Coding Standards

迭代器连接处理程序要求 - Boost C++ 函数库
PrevUpHomeNext

迭代器连接处理程序必须满足处理程序的要求。迭代器连接处理程序类的有效值 h 在表达式 h(ec, i) 中应能正确工作,其中 ec 是类型为 const error_code 的左值,而 i 是在相应的 async_connect() 函数中使用的类型为 Iterator 的左值。


PrevUpHomeNext