Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at adapter (STL/CLR).
The STL/CLR header <cliext/adapter> specifies two template classes (collection_adapter and range_adapter), and the template function make_collection.
Syntax
#include <cliext/adapter>
Remarks
| Class | Description |
|---|---|
| collection_adapter (STL/CLR) | Wraps the Base Class Library (BCL) collection as a range. |
| range_adapter (STL/CLR) | Wraps the range as a BCL collection. |
| Function | Description |
|---|---|
| make_collection (STL/CLR) | Creates a range adapter using an iterator pair. |
Requirements
Header: <cliext/adapter>
Namespace: cliext