J
Jun Yan
Hi all,
I am seeing this kind of code,
std::strnig foo()
{
std::string ret = "bla bla";
return ret;
}
Just curious, what will happen, when call foo?
thanks,
Jun
I am seeing this kind of code,
std::strnig foo()
{
std::string ret = "bla bla";
return ret;
}
Just curious, what will happen, when call foo?
thanks,
Jun