boost::gil::deref_base
Helper base class for pixel dereference adaptors.
Synopsis
Declared in <boost/gil/utilities.hpp>
template<
typename ConstT,
typename Value,
typename Reference,
typename ConstReference,
typename ArgType,
typename ResultType,
bool IsMutable>
struct deref_base;
Derived Classes
Name |
Description |
Function object that given a source pixel, returns it converted to a given color space and channel depth. Models: PixelDereferenceAdaptorConcept |
|
Composes two dereference function objects. Similar to std::unary_compose but needs to pull some aliases from the component types. Models: PixelDereferenceAdaptorConcept |
Created with MrDocs