Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::v3::dereference_fn Struct Reference

Public Member Functions

template<typename I >
constexpr auto operator() (I &i) const noexcept(noexcept(decltype(*i)(*i))) -> decltype(*i)