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