|
dune-common 2.11
|
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...
#include <dune/common/std/iterator.hh>
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.
The standard implementation is available in libstdc++ >= 10 and libc++ >= 15