|
tesseract v5.3.3.20231005
|
#include "gtest/internal/gtest-port.h"Go to the source code of this file.
Namespaces | |
| namespace | testing |
| namespace | testing::internal |
Macros | |
| #define | GTEST_TEMPLATE_ template <typename T> class |
| #define | GTEST_BIND_(TmplSel, T) TmplSel::template Bind<T>::type |
Typedefs | |
| template<typename... Ts> | |
| using | testing::Types = internal::ProxyTypeList< Ts... > |
Functions | |
| std::string | testing::internal::CanonicalizeForStdLibVersioning (std::string s) |
| template<typename T > | |
| std::string | testing::internal::GetTypeName () |
| #define GTEST_BIND_ | ( | TmplSel, | |
| T | |||
| ) | TmplSel::template Bind<T>::type |
Definition at line 122 of file gtest-type-util.h.
| #define GTEST_TEMPLATE_ template <typename T> class |
Definition at line 104 of file gtest-type-util.h.