Boost C++ 库

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

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