Boost GIL


views_are_compatible< V1, V2 > Struct Template Reference

Returns whether two views are compatible. More...

#include <gil_concept.hpp>

Inheritance diagram for views_are_compatible< V1, V2 >:
pixels_are_compatible< V1::value_type, V2::value_type >

Detailed Description

template<typename V1, typename V2>
struct boost::gil::views_are_compatible< V1, V2 >

Returns whether two views are compatible.

Views are compatible if their pixels are compatible. Compatible views can be assigned and copy constructed from one another.


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