Boost GIL


Public Member Functions | List of all members
ChannelsCompatibleConcept< T1, T2 > Struct Template Reference

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

#include <gil_concept.hpp>

Public Member Functions

void constraints ()
 

Detailed Description

template<typename T1, typename T2>
struct boost::gil::ChannelsCompatibleConcept< T1, T2 >

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: