operator++#
stdgpu Latest
Efficient STL-like Data Structures on the GPU
|
◆ operator++() [1/2]
template<typename T >
template<STDGPU_DETAIL_OVERLOAD_IF(std::is_integral_v< T >) >
Atomically increments the current value. Equivalent to fetch_add(1) + 1.
|
Generated by 1.9.6