adapter (STL/CLR)

STL/CLR 头 <cliext/adapter> 指定两个模板类 (collection_adapterrange_adapter) 和模板函数 make_collection

#include <cliext/adapter>

备注

说明

collection_adapter (STL/CLR)

包装基类库 (BCL)集合作为范围。

range_adapter (STL/CLR)

包装该范围作为 BCL 集合。

功能

说明

make_collection (STL/CLR)

创建一个范围适配器使用迭代器对。

要求

标题: <cliext/适配器>

命名空间: cliext

请参见

其他资源

STL/CLR库参考