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

/openjdk10/test/fmw/gtest/include/gtest/internal/
H A Dgtest-internal.h719 struct RemoveConst { typedef T type; }; // NOLINT struct in namespace:testing::internal
721 struct RemoveConst<const T> { typedef T type; }; // NOLINT struct in namespace:testing::internal
727 struct RemoveConst<const T[N]> { struct in namespace:testing::internal
736 struct RemoveConst<T[N]> { struct in namespace:testing::internal

Completed in 41 milliseconds