boost::gil::pixel_proxy
Reference proxy associated with a type that has a "reference" member type alias.
Synopsis
Declared in <boost/gil/algorithm.hpp>
template<typename T>
struct pixel_proxy
: std::remove_reference<T::reference>
Description
The reference proxy is the reference type, but with stripped‐out C++ reference. Models PixelConcept.
Base Classes
Name |
Description |
|
Created with MrDocs