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