tesseract v5.3.3.20231005
testing::PrintToStringParamName Struct Reference

#include <gtest-param-util.h>

Public Member Functions

template<class ParamType >
std::string operator() (const TestParamInfo< ParamType > &info) const
 

Detailed Description

Definition at line 68 of file gtest-param-util.h.

Member Function Documentation

◆ operator()()

template<class ParamType >
std::string testing::PrintToStringParamName::operator() ( const TestParamInfo< ParamType > &  info) const
inline

Definition at line 70 of file gtest-param-util.h.

70 {
71 return PrintToString(info.param);
72 }
::std::string PrintToString(const T &value)

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