adapter (STL/CLR)
The STL/CLR header <cliext/adapter> specifies two template classes (collection_adapter and range_adapter), and the template function make_collection.
#include <cliext/adapter>
Remarks
Class |
Description |
---|---|
Wraps the Base Class Library (BCL) collection as a range. |
|
Wraps the range as a BCL collection. |
Function |
Description |
---|---|
Creates a range adapter using an iterator pair. |
Requirements
Header: <cliext/adapter>
Namespace: cliext