sparrow 0.3.0
|
The constant_range concept is a refinement of range for which ranges::begin returns a constant iterator. More...
#include <mp_utils.hpp>
The constant_range concept is a refinement of range for which ranges::begin returns a constant iterator.
A constant range is a range that satisfies the following conditions:
T | The type to be checked for constant range concept. |
Definition at line 418 of file mp_utils.hpp.