boost::gil::ChannelsCompatibleConcept
Channels are compatible if their associated value types (ignoring constness and references) are the same
Synopsis
Declared in <boost/gil/concepts/channel.hpp>
template<
typename Channel1,
typename Channel2>
struct ChannelsCompatibleConcept;
Description
concept ChannelsCompatibleConcept<ChannelConcept T1, ChannelConcept T2>
{
where SameType<T1::value_type, T2::value_type>;
};
Member Functions
Name |
Created with MrDocs