List of constant views on contiguous memory regions.
More...
#include </__w/arcaneframework.github.io/arcaneframework.github.io/framework/arccore/src/base/arccore/base/MemoryView.h>
List of constant views on contiguous memory regions.
- Warning
- API is currently under definition. Do not use outside of Arcane.
Definition at line 261 of file arccore/src/base/arccore/base/MemoryView.h.
◆ ConstMultiMemoryView() [1/2]
| Arcane::ConstMultiMemoryView::ConstMultiMemoryView |
( |
SmallSpan< const Span< const std::byte > > | views, |
|
|
Int32 | datatype_size ) |
|
inline |
◆ ConstMultiMemoryView() [2/2]
| Arcane::ConstMultiMemoryView::ConstMultiMemoryView |
( |
SmallSpan< const Span< std::byte > > | views, |
|
|
Int32 | datatype_size ) |
|
inline |
◆ datatypeSize()
| Int32 Arcane::ConstMultiMemoryView::datatypeSize |
( |
| ) |
const |
|
inlineconstexpr |
◆ views()
| SmallSpan< const Span< const std::byte > > Arcane::ConstMultiMemoryView::views |
( |
| ) |
const |
|
inlineconstexpr |
◆ m_datatype_size
| Int32 Arcane::ConstMultiMemoryView::m_datatype_size |
|
private |
◆ m_views
| SmallSpan<const Span<const std::byte> > Arcane::ConstMultiMemoryView::m_views |
|
private |
The documentation for this class was generated from the following file: