Modern C++ design only gets me to typelists.
C++ templates the complete guide brings me only to tuples.
I want to learn how to _implement variants.
Does any C++ book explains this?
Thanks!
Modern C++ design only gets me to typelists.
C++ templates the complete guide brings me only to tuples.
I want to learn how to _implement variants.
Does any C++ book explains this?
Thanks!
I'm not familair with a book that describes this topic, but for starters, I would study the Boost Variant implementation.