Searched defs:is_pointer (Results 1 – 2 of 2) sorted by relevance
3 struct is_pointer { struct8 struct is_pointer<T*> { argument13 struct is_pointer<const T*> { argument17 int array0[is_pointer<int>::value? -1 : 1]; argument
741 void is_pointer() in is_pointer() function