Mundane std::tuple tricks: Finding a type in a tuple Raymond ChenJune 29, 2020Jun 29, 202006/29/20 Inverting tuple_element_t.
Mundane std::tuple tricks: Creating more interesting index sequences Raymond ChenJune 26, 2020Jun 26, 202006/26/20 Generalizing our manipulations so far.
Mundane std::tuple tricks: Creating interesting index sequences Raymond ChenJune 25, 2020Jun 25, 202006/25/20 Building our own little template language.
Mundane std::tuple tricks: Selecting via an index sequence, part 2 Raymond ChenJune 24, 2020Jun 24, 202006/24/20 Preserving references.
Mundane std::tuple tricks: Selecting via an index sequence Raymond ChenJune 23, 2020Jun 23, 202006/23/20 It all comes down to the index sequence.
Mundane std::tuple tricks: Getting started Raymond ChenJune 22, 2020Jun 22, 202006/22/20 Concatenating tuples the hard way, and the easy way (or maybe it's the lazy way).
Understanding warning C4265: class has virtual functions, but destructor is not virtual, part 2 Raymond ChenJune 19, 2020Jun 19, 202006/19/20 Applying what we've learned.
Understanding warning C4265: class has virtual functions, but destructor is not virtual, part 1 Raymond ChenJune 18, 2020Jun 18, 202006/18/20 What's it trying to warn you about? Does it matter?
Blaming the operating system for allowing people to create files with unusual characters in their names Raymond ChenJune 17, 2020Jun 17, 202006/17/20 Four fingers pointing back at your self.