Boost GIL


Public Member Functions | List of all members
ChannelsCompatibleConcept< Channel1, Channel2 > Struct Template Reference

Channels are compatible if their associated value types (ignoring constness and references) are the same. More...

#include <channel.hpp>

Public Member Functions

void constraints ()
 

Detailed Description

template<typename Channel1, typename Channel2>
struct boost::gil::ChannelsCompatibleConcept< Channel1, Channel2 >

Channels are compatible if their associated value types (ignoring constness and references) are the same.

{
where SameType<T1::value_type, T2::value_type>;
};
A channel is the building block of a color. Color is defined as a mixture of primary colors and a cha...
Definition: concepts/channel.hpp:75
Channels are compatible if their associated value types (ignoring constness and references) are the s...
Definition: concepts/channel.hpp:174
Concept of types equivalence requirement.
Definition: basic.hpp:179

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