dune-common  2.11
Namespaces | Variables
iterator.hh File Reference
#include <concepts>
#include <iterator>

Go to the source code of this file.

Namespaces

 Dune::Std
 Namespace for features backported from new C++ standards.
 

Variables

template<class In , class Out >
concept Dune::Std::indirectly_copyable
 The std::indirectly_copyable concept specifies the relationship between an indirectly_readable type and a type that is indirectly_writable. The indirectly_writable type must be able to directly copy the object that the indirectly_readable type references. More...