Searched defs:FT_STATIC_CAST (Results 1 – 9 of 9) sorted by relevance
123 #define FT_STATIC_CAST( type, var ) static_cast<type>(var) macro