I am unable to search for this use case on Google or the docs:
For example:
typedef int (^ myStruct) (int a, bool b, double c);
What does the above mean? Specifically the xor (^) operator above.
I am unable to search for this use case on Google or the docs:
For example:
typedef int (^ myStruct) (int a, bool b, double c);
What does the above mean? Specifically the xor (^) operator above.