Pink 0.9
|
This class is used for C function type decomposition. It takes any type as template parameter and if it's 'xvimage*' then it returns 'pink_image'. In other cases it returns the parameter type unchanged. More...
This class is used for C function type decomposition. It takes any type as template parameter and if it's 'xvimage*' then it returns 'pink_image'. In other cases it returns the parameter type unchanged.
Example:
xv2pink<xvimage*>::type I; // I will be of 'pink_image' type xv2pink<float>::type I; // I will be of 'float' type
T | The type to convert. |