Home | History | Annotate | Download | only in internal

Lines Matching defs:is_pointer

218 //   is_pointer     - as in TR1; needed on Symbian and IBM XL C/C++ only.
2240 // so a tr1::type_traits-like is_pointer works.
2262 struct is_pointer : public false_type {};
2265 struct is_pointer<T*> : public true_type {};