RemoveConst 7742 modules/ts/include/opencv2/ts/ts_gtest.h struct RemoveConst<const T> { typedef T type; }; // NOLINT RemoveConst 7748 modules/ts/include/opencv2/ts/ts_gtest.h struct RemoveConst<const T[N]> { RemoveConst 7749 modules/ts/include/opencv2/ts/ts_gtest.h typedef typename RemoveConst<T>::type type[N]; RemoveConst 7757 modules/ts/include/opencv2/ts/ts_gtest.h struct RemoveConst<T[N]> { RemoveConst 7758 modules/ts/include/opencv2/ts/ts_gtest.h typedef typename RemoveConst<T>::type type[N]; RemoveConst 7765 modules/ts/include/opencv2/ts/ts_gtest.h typename ::testing::internal::RemoveConst<T>::type