Boost GIL


Public Member Functions | List of all members
ViewsCompatibleConcept< V1, V2 > Struct Template Reference

Views are compatible if they have the same color spaces and compatible channel values. Constness and layout are not important for compatibility. More...

#include <gil_concept.hpp>

Public Member Functions

void constraints ()
 

Detailed Description

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

Views are compatible if they have the same color spaces and compatible channel values. Constness and layout are not important for compatibility.

concept ViewsCompatibleConcept<ImageViewConcept V1, ImageViewConcept V2> {
where PixelsCompatibleConcept<V1::value_type, P2::value_type>;
};

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