operator+=#
stdgpu Latest
Efficient STL-like Data Structures on the GPU
|
◆ operator+=()
template<typename T >
template<STDGPU_DETAIL_OVERLOAD_IF(std::is_integral_v< T >||std::is_floating_point_v< T >) >
Computes the atomic addition with the argument. Equivalent to fetch_add(arg) + arg.
|
Generated by 1.9.6