Namespaces
Variants
Actions

C++ named requirements: LegacyContiguousIterator (since C++17)

From cppreference.com
< cpp‎ | named req
 
 
C++ named requirements
 

A LegacyContiguousIterator is a LegacyIterator whose logically adjacent elements are also physically adjacent in memory.

A pointer to an element of an array satisfies all requirements of LegacyContiguousIterator.

Contents