Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gil::channels_are_compatible< T1, T2 > Struct Template Reference

Predicate metafunction returning whether two channels are compatibleChannels are considered compatible if their value types (ignoring constness and references) are the same. More...

#include <gil_concept.hpp>

Inheritance diagram for boost::gil::channels_are_compatible< T1, T2 >:
Collaboration diagram for boost::gil::channels_are_compatible< T1, T2 >:

Detailed Description

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

Predicate metafunction returning whether two channels are compatible

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

Example:


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