Home | History | Annotate | Download | only in internal

Lines Matching defs:is_pointer

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