#include <gil_concept.hpp>
List of all members.
Represents a unary function object that can be invoked upon dereferencing a pixel iterator.
template <boost::UnaryFunctionObject D> concept PixelDereferenceAdaptorConcept : boost::DefaultConstructibleConcept<D>, boost::CopyConstructibleConcept<D>, boost::AssignableConcept<D> { where PixelConcept<result_type> typename const_t; where PixelDereferenceAdaptorConcept<const_t>; typename value_type; where PixelValueConcept<value_type>; typename reference; where PixelConcept<reference>; // may be mutable typename const_reference; where PixelConcept<const_reference>; // must not be mutable static const bool is_mutable; };