Boost GIL


Public Types | Static Public Attributes | List of all members
deref_base< ConstT, Value, Reference, ConstReference, ArgType, ResultType, IsMutable > Struct Template Reference

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

#include <utilities.hpp>

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: