|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Concept that identifies types that can be converted or used as an Aleph Array. More...
#include <ah-concepts.H>
Concept that identifies types that can be converted or used as an Aleph Array.
A type T satisfies AlephArrayConvertible if it defines a nested type Item_Type and provides a get_it() method, which is the standard way in Aleph-w to obtain an iterator for the container.
| T | The type to check. |
Definition at line 151 of file ah-concepts.H.