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

Views are compatible if they have the same color spaces and compatible channel values. 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>;
};

Member Function Documentation

template<typename V1 , typename V2 >
void boost::gil::ViewsCompatibleConcept< V1, V2 >::constraints ( )
inline

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