List of constant views on contiguous memory regions. More...
#include <arccore/base/MemoryView.h>
Public Member Functions | |
| ConstMultiMemoryView (SmallSpan< const Span< const std::byte > > views, Int32 datatype_size) | |
| ConstMultiMemoryView (SmallSpan< const Span< std::byte > > views, Int32 datatype_size) | |
| constexpr SmallSpan< const Span< const 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 constant views on contiguous memory regions.
Definition at line 261 of file arccore/src/base/arccore/base/MemoryView.h.
|
inline |
Definition at line 265 of file arccore/src/base/arccore/base/MemoryView.h.
|
inline |
Definition at line 269 of file arccore/src/base/arccore/base/MemoryView.h.
|
inlineconstexpr |
Size of the associated data type (1 by default).
Definition at line 280 of file arccore/src/base/arccore/base/MemoryView.h.
Referenced by Arcane::MemoryUtils::copyWithIndexedSource().
|
inlineconstexpr |
Views in byte form on the memory region.
Definition at line 277 of file arccore/src/base/arccore/base/MemoryView.h.
Referenced by Arcane::MemoryUtils::copyWithIndexedSource().