Just a quick question here guys. I've been searching to no avail so far.
A bit more info here:
stringstream report_string;
report_string << "some string here...";
In my code itself are various conditions for assigning values to the report_string variable.
I'd like to check whether it was assigned a value or not.
See Question&Answers more detail:os