MapSerializer.AddPtr

Takes a type tuple and transforms it into the same type tuple but with the types being pointers to the original types.

class MapSerializer
template AddPtr (
T...
) {}

Members

Aliases

AddPtr
alias AddPtr = Tuple!(T[0]*, AddPtr!(T[1..$]))
Undocumented in source.
AddPtr
alias AddPtr = T
Undocumented in source.

Parameters

T

tuple to convert

Meta