summaryrefslogtreecommitdiff
path: root/number.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'number.cpp')
-rw-r--r--number.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/number.cpp b/number.cpp
index bd05dbf..c337a34 100644
--- a/number.cpp
+++ b/number.cpp
@@ -2,6 +2,10 @@
#include <sstream>
#include "number.h"
+number::number(std::uint32_t n):
+ _operands{n}
+{ }
+
/* Type Conversion {{{ */
std::string