Are you using tuples?
Stupid std::tuple tricks: Getting started
by Raymond Chen
From the article:
The C++ standard library tuple is quite versatile. It’s a handy way of grabbing a bunch of types or values into a single unit, and the C++ standard library also provides a number of helpers to manipulate them...
Add a Comment
Comments are closed.