tesseract v5.3.3.20231005
TypedTestPNames Class Reference

Static Public Member Functions

template<typename T >
static std::string GetName (int i)
 

Detailed Description

Definition at line 802 of file googletest-output-test_.cc.

Member Function Documentation

◆ GetName()

template<typename T >
static std::string TypedTestPNames::GetName ( int  i)
inlinestatic

Definition at line 805 of file googletest-output-test_.cc.

805 {
807 return std::string("unsignedChar") + ::testing::PrintToString(i);
808 }
810 return std::string("unsignedInt") + ::testing::PrintToString(i);
811 }
812 }
int value
::std::string PrintToString(const T &value)

The documentation for this class was generated from the following file: