Boost GIL


deref_base< ConstT, Value, Reference, ConstReference, ArgType, ResultType, IsMutable > Struct Template Reference

Helper base class for pixel dereference adaptors. More...

#include <utilities.hpp>

Inheritance diagram for deref_base< ConstT, Value, Reference, ConstReference, ArgType, ResultType, IsMutable >:
color_convert_deref_fn< typename SrcView::const_t::reference, DstP, CC >

Public Types

using argument_type = ArgType
using result_type = ResultType
using const_t = ConstT
using value_type = Value
using reference = Reference
using const_reference = ConstReference

Static Public Attributes

static constexpr bool is_mutable = IsMutable

Detailed Description

template<typename ConstT, typename Value, typename Reference, typename ConstReference, typename ArgType, typename ResultType, bool IsMutable>
struct boost::gil::deref_base< ConstT, Value, Reference, ConstReference, ArgType, ResultType, IsMutable >

Helper base class for pixel dereference adaptors.


The documentation for this struct was generated from the following file: