Searched defs:is_pointer (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2213 struct is_pointer : public false_type {}; struct in namespace:testing::internal
2216 struct is_pointer<T*> : public true_type {}; struct in namespace:testing::internal

Completed in 17 milliseconds