tesseract v5.3.3.20231005
CustomParamNameFunctor Struct Reference

Public Member Functions

std::string operator() (const ::testing::TestParamInfo< std::string > &inf)
 

Detailed Description

Definition at line 861 of file googletest-param-test-test.cc.

Member Function Documentation

◆ operator()()

std::string CustomParamNameFunctor::operator() ( const ::testing::TestParamInfo< std::string > &  inf)
inline

Definition at line 862 of file googletest-param-test-test.cc.

862 {
863 return inf.param;
864 }

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