Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cucumber/cucumber-cpp
/ toString
Function
toString
include/cucumber-cpp/internal/step/StepManager.hpp:216–220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
214
215
template<typename T>
216
std::string toString(T arg) {
217
std::stringstream s;
218
s << arg;
219
return s.str();
220
}
221
222
template<typename T>
223
T InvokeArgs::getInvokeArg(size_type i) const {
Callers
1
buildInvokeArgs
Method · 0.85
Calls
1
str
Method · 0.80
Tested by
1
buildInvokeArgs
Method · 0.68