aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-08-28 14:31:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-08-28 14:31:54 +0200
commit2d9dc175ba91bc5310942838408c1e61dbd07083 (patch)
treef7576ad0a33117ec96d4507bd36d8cf0aa8b000b
parenta007b0a02adf04fdfe84a6169b03596fca490131 (diff)
Add comment to odb::nullable interface
-rw-r--r--doc/manual.xhtml2
1 files changed, 2 insertions, 0 deletions
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&amp; operator* ();
const T&amp; operator* () const;
+ // Reset to the NULL state.
+ //
void reset ();
};
}