channels_are_compatible Struct Template Reference
[Algorithms and Utility Functions]

#include <gil_concept.hpp>


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:

BOOST_STATIC_ASSERT((channels_are_compatible<bits8, const bits8&>::value));


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

Copyright © 2006-2007 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google