boost::gil::ChannelsCompatibleConcept

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

Synopsis

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

constraints

Created with MrDocs