5#ifndef DUNE_COMMON_STD_ITERATOR_HH
6#define DUNE_COMMON_STD_ITERATOR_HH
21template <
class In,
class Out>
23 std::indirectly_readable<In> &&
24 std::indirectly_writable<Out, std::iter_reference_t<In>>;
Namespace for features backported from new C++ standards.
Definition algorithm.hh:19
The std::indirectly_copyable concept specifies the relationship between an indirectly_readable type a...
Definition iterator.hh:22