Boost GIL


Public Types | Public Member Functions | 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

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

Public Member Functions

 BOOST_STATIC_CONSTANT (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: