boost::gil::position_iterator::operator‐
Subtraction operators
Synopses
Declared in <boost/gil/position_iterator.hpp>
constexpr
auto
operator‐(position_iterator other) const noexcept;
template<typename D = Derived>
constexpr
decltype(access::base(std::declval<D const &>()) ‐ access::base(other))
operator‐(D other) const noexcept(/* see-below */);
Created with MrDocs