PixelDereferenceAdaptorConcept Struct Template Reference
[Iterator Adaptor]

#include <gil_concept.hpp>

List of all members.


Detailed Description

template<typename D>
struct PixelDereferenceAdaptorConcept< D >

Pixel dereference adaptor concept

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;
};


Public Member Functions

void constraints ()

Public Attributes

d

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

Copyright © 2006 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google