hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
Public Types | |
typedef variant< unit, T > | ty |
Static Public Member Functions | |
static const maybe< T >::ty * | nothing () |
static const maybe< T >::ty * | just (const T &x) |
typedef variant<unit, T> hobbes::maybe< T >::ty |
|
inlinestatic |
|
inlinestatic |