boost::gil::MutableRandomAccessNDLocatorConcept

N‐dimensional locator over mutable pixels

Synopsis

template<typename Loc>
struct MutableRandomAccessNDLocatorConcept;

Description

concept MutableRandomAccessNDLocatorConcept<RandomAccessNDLocatorConcept Loc>
{
    where Mutable<reference>;
};

Member Functions

Name

constraints

Created with MrDocs