Get() into Retroactive Static Reflection
Reflection is a powerful way to create better software with less code. It's also something that's completely missing from standard C++.
Over the course of this talk, we'll build a reflection system from the ground up, all based on a single unifying principle — harnessing function overloading with tag dispatch to define a static, type-safe property system that works unintrusively with any existing C++ codebase.
This will involve a whole lot of functions called get().

Vincent Tourangeau
Vince is a Principal Engineer at Autodesk, specializing in computer graphics and software design, and sincerely hopes there will be an opportunity to edit this bio before the conference if their proposal is accepted. If not, well, life's been a wild ride so far but the computer stuff is pretty neat.