I need to find some way to mock an overload of a function return type in C++.
I know that there isn\'t a way to do that directly, but I\'m hoping there\'s some out-o
int a=itoa(retrieveValue(dataString)); double a=ftoa(retrieveValue(dataString));
both return a string.