blob: 3a0de49e7acd501c2317625919e4b70ab89735cd (
plain) (
blame)
1
2
3
|
A set of simple(ish) C++ templates which implement sum and option types.
They serve a similar purpose to boost::variant and boost::optional but
are implemented on top of Qt's QVariant container.
|