News

Modern C++. How To Write a Function That Returns More Than One Value. Like magic, tuples make the impossible possible. Yep, we're talking here about one little corner in the Standard Template Library ...
Functions that return multiple values are hard to name clearly. It's easy to mistake the order of the return values. (password, username) = GetUsernameAndPassword() ...