Pink 0.9
|
This class casts an 'ujoi<>' image class to 'xvimage*'. If the template parameter is not derived from 'pink_image' class, then the type is unchanged. More...
This class casts an 'ujoi<>' image class to 'xvimage*'. If the template parameter is not derived from 'pink_image' class, then the type is unchanged.
Example of usage:
convert_if<char_image>::type I; // I will be of 'xvimage*' type. convert_if<int_image>::type I; // I will be of 'xvimage*' type. convert_if<float>::type I; // I will be of 'float' type.'
T | The type to cast |