Boost C++ 库

……全球备受推崇且设计精湛的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, 《C++ Coding Standards》

execution::mapping_t::other_t - Boost C++ 函数库
PrevUpHomeNext

一个子属性,表示执行代理的映射是实现定义的。

struct other_t
类型

名称

描述

polymorphic_query_result_type

从 any_executor 查询返回的类型。

成员函数

名称

描述

other_t [构造函数]

默认构造函数。

value [静态]

获取与属性对象关联的值。

数据成员

名称

描述

is_applicable_property_v [静态]

mapping_t::other_t 属性适用于执行器。

is_preferable [静态]

mapping_t::other_t 属性可以被优先选择。

is_requirable [静态]

mapping_t::other_t 属性可以被要求。

要求

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

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


PrevUpHomeNext