cxxomfort
rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
|
This component provides supplementary features for the utilities found in <iterator>
.
Interfaces defined here:
absdistance()
.fake_iterator
and make_fake_iterator()
- an iterator that iterates over one single value.function_iterator
and make_function_iterator()
.at_or()
- access element at a given index without throwing.index_or()
- access element at a given index without throwing.container_extensions_view
.All interfaces are defined in the namespace cxxomfort::library::iterator::
.
Interfaces previously defined here:
ssize()
from p1227r0, moved to <iterator> .