Xmipp  v3.23.11-Nereus
Public Member Functions | List of all members
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 71 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 73 of file gtest-param-util.h.

73  {
74  return PrintToString(info.param);
75  }
::std::string PrintToString(const T &value)

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