Searched defs:is_floating (Results 1 – 4 of 4) sorted by relevance
1 template<typename T> struct is_floating { struct2 enum { value = 0 };3 typedef int type;
1 template<typename T> struct is_floating { struct6 bool n20 = is_floating<int>::value; argument