summaryrefslogtreecommitdiff
path: root/include/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/value.h')
-rw-r--r--include/value.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/value.h b/include/value.h
index e29b8f2..f47304a 100644
--- a/include/value.h
+++ b/include/value.h
@@ -500,6 +500,14 @@ protected:
};
/**
+ * Custom output stream operator
+ * @param stream
+ * @param value
+ * @return ostream
+ */
+std::ostream &operator<<(std::ostream &stream, const Value &value);
+
+/**
* End of namespace
*/
}