Represents the result of a Thrift method call, using a pointer to the return
value 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 result of a Thrift method call, using a pointer to the return value 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 FooBarPresult is equivalent to (ignoring the necessary metadata to assign the field IDs):