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

Returns whether two views are compatible. More...

#include <gil_concept.hpp>

Inheritance diagram for boost::gil::views_are_compatible< V1, V2 >:
Collaboration diagram for boost::gil::views_are_compatible< V1, V2 >:

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: