sparrow 0.9.0
|
Concept for constant iterators. More...
#include <mp_utils.hpp>
Concept for constant iterators.
A constant iterator is an iterator whose reference type is the same as its const reference type, ensuring that dereferencing always yields const access.
T | Iterator type to check |
Definition at line 839 of file mp_utils.hpp.