sparrow 0.9.0
|
Concept for constant ranges. More...
#include <mp_utils.hpp>
Concept for constant ranges.
A constant range is a range whose iterator type is a constant iterator, ensuring that range-based operations provide only const access to elements.
T | Range type to check |
Definition at line 859 of file mp_utils.hpp.