MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / data

Method data

Src/Base/AMReX_Array.H:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 */
74 [[nodiscard]] AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE
75 const T* data () const noexcept { return arr; }
76
77 /**
78 * Returns a pointer to the underlying data of a GpuArray object.

Callers 2

GetArrOfPtrsFunction · 0.45
GetArrOfConstPtrsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected