Searched defs:is_pointer (Results 1 – 8 of 8) sorted by relevance
29 template <class T> struct is_pointer : false_type {}; struct
122 template<typename> struct is_pointer : public false_type { }; struct
3 struct is_pointer { struct8 struct is_pointer<T*> { struct13 struct is_pointer<const T*> { struct17 int array0[is_pointer<int>::value? -1 : 1]; argument
54 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator126 enum { is_pointer = ::boost::is_pointer<_Tp>::value }; enumerator
482 struct is_pointer : public false_type {}; struct
815 struct is_pointer : public false_type {}; struct
480 TEST(TypeTraitsTest, is_pointer) { in TEST() argument
672 void is_pointer() in is_pointer() function