Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gil::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>;
};

Member Function Documentation

template<typename T1 , typename T2 >
void boost::gil::ChannelsCompatibleConcept< T1, T2 >::constraints ( )
inline

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