Boost C++ 库

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

basic_waitable_timer::rebind_executor - Boost C++ 函数库
PrevUpHomeNext

重新绑定计时器类型以使用另一个执行器。

template<
    typename Executor1>
struct rebind_executor
类型

名称

描述

other

重新绑定到指定执行器的计时器类型。

要求

Header: boost/asio/basic_waitable_timer.hpp

便捷头文件: boost/asio.hpp


PrevUpHomeNext