Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
CustomParamNameFunctor Struct Reference

Public Member Functions

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

Detailed Description

Definition at line 886 of file gtest-param-test_test.cc.

Member Function Documentation

◆ operator()()

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

Definition at line 887 of file gtest-param-test_test.cc.

887 {
888 return inf.param;
889 }

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