From d69dab7433f8215aed78eddcb8244ceda2381ab6 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 17 Jun 2021 19:51:52 +0100 Subject: Add wrapper for writing a DbValueV to a stream --- lib/dbTypes.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/dbTypes.h') diff --git a/lib/dbTypes.h b/lib/dbTypes.h index 332b896..0b7185c 100644 --- a/lib/dbTypes.h +++ b/lib/dbTypes.h @@ -131,4 +131,8 @@ namespace MyGrate { }; } +namespace std { + std::ostream & operator<<(std::ostream & strm, const MyGrate::DbValueV & v); +} + #endif -- cgit v1.2.3