Boost C++ 库

...世界上评价最高、设计最精巧的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ Coding Standards

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

将文件类型重新绑定到另一个执行器。

template<
    typename Executor1>
struct rebind_executor
类型

名称

描述

other

重新绑定到指定执行器后的文件类型。

要求

头文件: boost/asio/basic_stream_file.hpp

便捷头文件: boost/asio.hpp


PrevUpHomeNext