Boost C++ 库

……这是世界上最受推崇、设计最精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu《C++ 编码规范》

execution::occupancy_t - Boost C++ 函数库
PrevUpHomeNext

一个属性,用于提供与关联执行上下文应该占用的执行代理数量的估算值。

struct occupancy_t
类型

名称

描述

polymorphic_query_result_type

从 any_executor 查询返回的类型。

数据成员

名称

描述

is_applicable_property_v [static]

occupancy_t 属性适用于执行器。

is_preferable [static]

occupancy_t 属性不能被优先选择。

is_requirable [static]

occupancy_t 属性不能被要求。

要求

头文件: boost/asio/execution/occupancy.hpp

便利头文件: `boost/asio/execution.hpp`


PrevUpHomeNext