List of mutable views on contiguous memory regions. More...
#include <arccore/base/MemoryView.h>
Public Member Functions | |
| MutableMultiMemoryView (SmallSpan< Span< std::byte > > views, Int32 datatype_size) | |
| constexpr SmallSpan< Span< std::byte > > | views () const |
| Views in byte form on the memory region. | |
| constexpr Int32 | datatypeSize () const |
| Size of the associated data type (1 by default). | |
List of mutable views on contiguous memory regions.
Definition at line 298 of file arccore/src/base/arccore/base/MemoryView.h.
|
inline |
Definition at line 302 of file arccore/src/base/arccore/base/MemoryView.h.
|
inlineconstexpr |
Size of the associated data type (1 by default).
Definition at line 313 of file arccore/src/base/arccore/base/MemoryView.h.
Referenced by Arcane::MemoryUtils::copyWithIndexedDestination(), Arcane::MemoryUtils::fill(), and Arcane::MemoryUtils::fillIndexed().
Views in byte form on the memory region.
Definition at line 310 of file arccore/src/base/arccore/base/MemoryView.h.
Referenced by Arcane::MemoryUtils::copyWithIndexedDestination(), Arcane::MemoryUtils::fill(), and Arcane::MemoryUtils::fillIndexed().