次の方法で共有


adapter (STL/CLR)

Include the STL/CLR header <cliext/adapter> to define the template classes collection_adapter and range_adapter, and the template function make_collection.

#include <cliext/adapter>

Remarks

Class

Description

collection_adapter (STL/CLR)

Wrap a BCL collection as a range.

range_adapter (STL/CLR)

Wrap a range as a BCL collection.

Function

Description

make_collection (STL/CLR)

Make a range adapter from an iterator pair.

Requirements

Header: <cliext/adapter>

Namespace: cliext

See Also

Concepts

STL/CLR Library Reference