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

/openjdk9/test/fmw/gtest/include/gtest/internal/
H A Dgtest-internal.h706 struct RemoveReference { typedef T type; }; // NOLINT struct in namespace:testing::internal
708 struct RemoveReference<T&> { typedef T type; }; // NOLINT struct in namespace:testing::internal

Completed in 88 milliseconds