Hi All,
Request your help on hot to create a pointer for a function whose function type is Result.
ReturnType!(typeof(&test)).stringof; // Result
From
Vino
Thread overview | |||||
---|---|---|---|---|---|
|
August 30, 2023 Function Pointer | ||||
---|---|---|---|---|
| ||||
Hi All, Request your help on hot to create a pointer for a function whose function type is Result.
|
August 30, 2023 Re: Function Pointer | ||||
---|---|---|---|---|
| ||||
Posted in reply to Vino | On Wednesday, 30 August 2023 at 17:48:19 UTC, Vino wrote: >Hi All, Request your help on hot to create a pointer for a function whose function type is Result.
To get a function pointer type from a function type, you can add
|
September 01, 2023 Re: Function Pointer | ||||
---|---|---|---|---|
| ||||
Posted in reply to Paul Backus | On Wednesday, 30 August 2023 at 21:12:57 UTC, Paul Backus wrote: >On Wednesday, 30 August 2023 at 17:48:19 UTC, Vino wrote: >Hi All, Request your help on hot to create a pointer for a function whose function type is Result.
To get a function pointer type from a function type, you can add
Thank you very much |