Given 2 function pointer's visibilities infer a common visibility thats compatible with both. This is used to infer the visibility of the expression flag ? fun1 : fun2 where fun1 and fun2 are function pointers.
flag ? fun1 : fun2
Generated using TypeDoc
Given 2 function pointer's visibilities infer a common visibility thats compatible with both. This is used to infer the visibility of the expression
flag ? fun1 : fun2
where fun1 and fun2 are function pointers.