Adobe Systems, Inc.

ChannelConcept< T > Struct Template Reference
[Channel]

Channel concept. More...

#include <gil_concept.hpp>

List of all members.


Public Member Functions

void constraints ()

Public Attributes

c

Detailed Description

template<typename T>
struct ChannelConcept< T >

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

Definition at line 248 of file gil_concept.hpp.

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