Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::DataViewGetter< DataType > Class Template Reference

Class for accessing an element of a read view. More...

#include <arccore/common/DataView.h>

Public Types

using ValueType = const DataType
using AccessorReturnType = const DataType

Static Public Member Functions

static __host__ __device__ AccessorReturnType build (const DataType *ptr)

Detailed Description

template<typename DataType>
class Arcane::DataViewGetter< DataType >

Class for accessing an element of a read view.

Definition at line 46 of file arccore/src/common/arccore/common/DataView.h.

Member Typedef Documentation

◆ AccessorReturnType

template<typename DataType>
using Arcane::DataViewGetter< DataType >::AccessorReturnType = const DataType

Definition at line 51 of file arccore/src/common/arccore/common/DataView.h.

◆ ValueType

template<typename DataType>
using Arcane::DataViewGetter< DataType >::ValueType = const DataType

Definition at line 50 of file arccore/src/common/arccore/common/DataView.h.

Member Function Documentation

◆ build()

template<typename DataType>
__host__ __device__ AccessorReturnType Arcane::DataViewGetter< DataType >::build ( const DataType * ptr)
inlinestatic

Definition at line 52 of file arccore/src/common/arccore/common/DataView.h.


The documentation for this class was generated from the following files: