|
sparrow 2.0.0
C++20 idiomatic APIs for the Apache Arrow Columnar Format
|
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.