std::equal for image views More...
| Functions | |
| template<typename View1 , typename View2 > | |
| BOOST_FORCEINLINE bool | equal_pixels (const View1 &v1, const View2 &v2) | 
| std::equal for image views | |
| template<typename Types , typename View > | |
| bool | equal_pixels (any_image_view< Types > const &src, View const &dst) | 
| template<typename View , typename Types > | |
| bool | equal_pixels (View const &src, any_image_view< Types > const &dst) | 
| template<typename Types1 , typename Types2 > | |
| bool | equal_pixels (any_image_view< Types1 > const &src, any_image_view< Types2 > const &dst) | 
std::equal for image views
| bool boost::gil::equal_pixels | ( | any_image_view< Types > const & | src, | 
| View const & | dst | ||
| ) | 
| Types | Model Boost.MP11-compatible list of models of ImageViewConcept | 
| View | Model MutableImageViewConcept | 
| bool boost::gil::equal_pixels | ( | View const & | src, | 
| any_image_view< Types > const & | dst | ||
| ) | 
| View | Model ImageViewConcept | 
| Types | Model Boost.MP11-compatible list of models of MutableImageViewConcept | 
| bool boost::gil::equal_pixels | ( | any_image_view< Types1 > const & | src, | 
| any_image_view< Types2 > const & | dst | ||
| ) | 
| Types1 | Model Boost.MP11-compatible list of models of ImageViewConcept | 
| Types2 | Model Boost.MP11-compatible list of models of MutableImageViewConcept |