boost::gil::PixelLocatorConcept
GIL's 2‐dimensional locator over immutable GIL pixels
Description
concept PixelLocatorConcept<RandomAccess2DLocatorConcept Loc>
{
where PixelValueConcept<value_type>;
where PixelIteratorConcept<x_iterator>;
where PixelIteratorConcept<y_iterator>;
where x_coord_t == y_coord_t;
typename coord_t = x_coord_t;
};