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