Lines Matching full:is_pointer
237 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
2519 // so a tr1::type_traits-like is_pointer works.
2535 struct is_pointer : public false_type {};
2538 struct is_pointer<T*> : public true_type {};
8607 StreamHelper(typename internal::is_pointer<T>::type(), value);
8693 // tr1::type_traits-like is_pointer works, and we can overload on that.
9561 DefaultPrintTo(IsContainerTest<T>(0), is_pointer<T>(), value, os);
18416 typename EnableIf<!is_pointer<T2>::value>::type* = 0) {