Main Content
MATLAB Data API Random Access Iterators
The MATLAB® Data API provides these random access iterators to point to any element in an array.
The iterators satisfy the requirements in the C++ language specification for random
access iterator expressions. For details, see
LegacyRandomAccessIterator
topics, for example at https://en.cppreference.com/w/cpp/named_req/RandomAccessIterator.