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