- Implemented ::trivial to faclitate operator shortcuts.
This commit is contained in:
Paul Beckingham
2014-06-16 17:25:48 -04:00
parent 841c78768c
commit 8e16a3e0e4
2 changed files with 14 additions and 0 deletions

View File

@@ -95,6 +95,7 @@ public:
void cast (const enum type);
int type ();
bool trivial () const;
bool get_bool () const;
int get_integer () const;