From 2d9dc175ba91bc5310942838408c1e61dbd07083 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 28 Aug 2011 14:31:54 +0200 Subject: Add comment to odb::nullable interface --- doc/manual.xhtml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/manual.xhtml b/doc/manual.xhtml index aac66f0..25dddc7 100644 --- a/doc/manual.xhtml +++ b/doc/manual.xhtml @@ -5494,6 +5494,8 @@ namespace odb T& operator* (); const T& operator* () const; + // Reset to the NULL state. + // void reset (); }; } -- cgit v1.1