Comment on How to design an API function that creates somethingComments−dfbrown12yWith tuples in C++11 you can have multiple return values and ignore ones you don't want: http://ideone.com/3eHOld
Comments
With tuples in C++11 you can have multiple return values and ignore ones you don't want: http://ideone.com/3eHOld