cxxomfort
rel.20210622
Simple backports for C++ - http://ryan.gulix.cl/fossil.cgi/cxxomfort/
|
Tags an iterator as a contiguous access type iterator. More...
Tags an iterator as a contiguous access type iterator.
Given an iterator type I, indicates whether the type either:
contiguous_iterator_tag
tagPre C++17, this can only be implemented as an heuristic and can not determine contiguousness of storage types where the iterator is being wrapped, in which cases it will always declare false
.
One such example is <array>
and <vector>
iterators in MSVC, in versions that don't support disabling the debug iterator mode.