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

Returns whether two pixels are compatible. More...

#include <gil_concept.hpp>

Inheritance diagram for boost::gil::pixels_are_compatible< P1, P2 >:
Collaboration diagram for boost::gil::pixels_are_compatible< P1, P2 >:

Detailed Description

template<typename P1, typename P2>
struct boost::gil::pixels_are_compatible< P1, P2 >

Returns whether two pixels are compatible.

Pixels are compatible if their channels and color space types are compatible. Compatible pixels can be assigned and copy constructed from one another.


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