Boost C++ 库

...世界上最受推崇和设计最精湛的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ 编码规范

PrevUpHomeNext

placeholders::endpoint

一个参数占位符,用于 std::bind() 或 boost::bind(),对应于异步函数(例如 async_connect)处理程序的 results 参数。

unspecified endpoint;
要求

头文件: boost/asio/placeholders.hpp

便利头文件: boost/asio.hpp


PrevUpHomeNext