|
inlineconstexpr |
operator*
based interface used in the standard has notorious issues with proxy references. To prevent those issues when dealing with complex, potentially SIMD-aware iterators, eve::write
is to be used.
Defined in Header
v
into the memory pointed by p
;v
into the memory managed by the object p
;v
into the memory pointed by SoA pointer p
;Parameters
v
: scalar to write to memory.p
: A pointer or rich iterator to write to.