bonsai icon indicating copy to clipboard operation
bonsai copied to clipboard

`operator>>` for strings in C++

Open git-afsantos opened this issue 7 years ago • 0 comments

In std::string there is an overload of operator>> which extracts a string from an input stream and writes the value to the given variable. This is effectively a write operation that is not being considered.

Reference: http://www.cplusplus.com/reference/string/string/operator%3E%3E/

git-afsantos avatar Jan 24 '18 17:01 git-afsantos