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.

concept ChannelsCompatibleConcept<ChannelConcept T1, ChannelConcept T2>
{
where SameType<T1::value_type, T2::value_type>;
};

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