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>
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
make_collection (STL/CLR)
Make a range adapter from an iterator pair.
Header: <cliext/adapter>
Namespace: cliext