boost::gil::MutableRandomAccess2DLocatorConcept

2‐dimensional locator over mutable pixels

Synopsis

template<typename Loc>
struct MutableRandomAccess2DLocatorConcept;

Description

concept MutableRandomAccess2DLocatorConcept<RandomAccess2DLocatorConcept Loc>
    : MutableRandomAccessNDLocatorConcept<Loc> {};

Member Functions

Name

constraints

Created with MrDocs