boost::gil::position_iterator::operator+=
Synopsis
Declared in <boost/gil/position_iterator.hpp>
template<typename D = Derived>
constexpr
decltype(access::base(std::declval<D &>()) += n, std::declval<D &>())
operator+=(difference_type n) noexcept(/* see-below */);
Exception specification
This function is potentially-throwing unless noexcept(access::base(std::declval<D &>()) += n).
Created with MrDocs