Information
Media
Support
RSS
Other Adobe Projects
Other Resources
|
Returns the distance in bytes from the first pixel iterator to the second.
More...
|
Classes |
struct | byte_step_fn< IT > |
| function object that returns the byte distance between two iterators and advances a given iterator a given number of bytes More...
|
Functions |
template<typename IT, typename D_FN> |
std::iterator_traits< IT
>::difference_type | byte_distance (const dereference_iterator_adaptor< IT, D_FN > &p1, const dereference_iterator_adaptor< IT, D_FN > &p2) |
template<typename IT> |
std::ptrdiff_t | byte_distance (const pixel_step_iterator< IT > &p1, const pixel_step_iterator< IT > &p2) |
template<typename IC, typename C> |
std::ptrdiff_t | byte_distance (const planar_ptr< IC, C > &p1, const planar_ptr< IC, C > &p2) |
template<typename P> |
std::ptrdiff_t | byte_distance (const P *p1, const P *p2) |
Detailed Description
|