Rearrange the contents of a tuple to be in the correct traversal order. More...
Rearrange the contents of a tuple to be in the correct traversal order.
For example, given the tuple (x, y, z) and the traversal <1, 2, 0>, output the tuple (z, x, y).
Tuple | Type of the run-time tuple of std::size_ts |
Traversal | Traversal ordering. |