Represents the arguments of a Thrift method call, as pointers to the (const)
parameter type to avoid copying.
There should usually be no reason to use this struct directly without the
help of TClient, but it is documented publicly to help debugging in case
of CTFE errors.
Represents the arguments of a Thrift method call, as pointers to the (const) parameter type to avoid copying.
There should usually be no reason to use this struct directly without the help of TClient, but it is documented publicly to help debugging in case of CTFE errors.
Consider this example:
The definition of FooBarPargs is equivalent to (ignoring the necessary metadata to assign the field IDs):