They serve a similar purpose to boost::variant and boost::optional but are implemented on top of Qt's QVariant container.
5 lines
242 B
Text
5 lines
242 B
Text
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.
|
|
|
|
WWW: https://github.com/robertknight/qt-maybe
|