Home | History | Annotate | Download | only in internal

Lines Matching defs:is_pointer

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