![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
The contiguous_iterator
concept refines random_access_iterator
by providing a guarantee the denoted elements are stored contiguously in the memory.
contiguous_iterator
is modeled by every pointer type to complete object type.
Iterator types in the standard library that are required to satisfy the LegacyContiguousIterator
requirements in C++17 are also required to model contiguous_iterator
in C++20.