Information
MediaSupport
RSSOther Adobe ProjectsOther Resources |
byte_step_fn< IT > Struct Template Referencefunction object that returns the byte distance between two iterators and advances a given iterator a given number of bytes
| |||||||||||||||||
Public Types | |
| typedef std::ptrdiff_t | difference_type |
Public Member Functions | |
| void | advance (IT &it, difference_type d) const |
| byte_step_fn (difference_type step=byte_step(IT())) | |
| difference_type | difference (const IT &it1, const IT &it2) const |
| void | set_step (std::ptrdiff_t step) |
| difference_type | step () const |
Definition at line 163 of file pixel_iterator.hpp.