Searched defs:glib_typeof (Results 1 – 1 of 1) sorted by relevance
238 #define glib_typeof(t) __typeof__ (t) macro247 #define glib_typeof(t) typename std::remove_reference<decltype (t)>::type macro