boost::gil::bit_aligned_pixel_iterator::operator‐

Synopsis

template<typename D = Derived>
constexpr
decltype(access::base(std::declval<D const &>()) ‐ access::base(other))
operator‐(D other) const noexcept(/* see-below */);

Exception specification

This function is potentially-throwing unless noexcept(access::base(std::declval<const D &>()) ‐ access::base(other)).

Created with MrDocs