ChannelConcept Struct Template Reference
[Channel]

#include <gil_concept.hpp>

List of all members.


Detailed Description

template<typename T>
struct ChannelConcept< T >

Channel concept.

template <typename T>
concept ChannelConcept : EqualityComparable<T>, LessThanComparable<T> {
    typename value_type      = T;
    typename reference       = T&;
    typename pointer         = T*;
    typename const_reference = const T&;
    typename const_pointer   = const T*;
};


Public Member Functions

void constraints ()

Public Attributes

c

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