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

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h795 struct RemoveConst { typedef T type; }; // NOLINT struct in namespace:testing::internal
797 struct RemoveConst<const T> { typedef T type; }; // NOLINT struct in namespace:testing::internal
803 struct RemoveConst<const T[N]> { struct in namespace:testing::internal
812 struct RemoveConst<T[N]> { struct in namespace:testing::internal

Completed in 11 milliseconds