Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
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 64 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 66 of file gtest-param-util.h.

66 {
67 return PrintToString(info.param);
68 }
::std::string PrintToString(const T &value)
Here is the call graph for this function:

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