Boost C++ 库

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

placeholders::iterator - Boost C++ 函数库
PrevUpHomeNext

一个参数占位符,用于 std::bind() 或 boost::bind(),对应于异步函数(如 async_connect)的 handler 的迭代器参数。

unspecified iterator;
要求

头文件: boost/asio/placeholders.hpp

便捷头文件: boost/asio.hpp


PrevUpHomeNext