data.buffer.pipelined ≡
Copyright: (c) Microsoft Corporation. All rights reserved.
template <typename T> class pipelined_variable §source
Pass a variable between consecutive threads X and X+1.
Parameters
-
typename TVariable type.
template <typename T, auto N> class pipelined_variable_array §source