diff --git a/doc/html/boost_optional/a_note_about_optional_bool_.html b/doc/html/boost_optional/a_note_about_optional_bool_.html index 395e573..896994e 100644 --- a/doc/html/boost_optional/a_note_about_optional_bool_.html +++ b/doc/html/boost_optional/a_note_about_optional_bool_.html @@ -3,8 +3,8 @@
T
being of reference type or not will be
distinguished using the following convention:
-optional<T
(not
a ref)>
, the description
corresponds only to the case where T
is not of reference type.
optional<T&>
,
the description corresponds only to the case where T
is of reference type.
optional<T>
,
the description is the same for both cases.
![]() |
Note | @@ -64,7 +64,7 @@
---|
![]() |
Warning | diff --git a/doc/html/boost_optional/examples.html b/doc/html/boost_optional/examples.html index 20bf2ec..95c4ab1 100644 --- a/doc/html/boost_optional/examples.html +++ b/doc/html/boost_optional/examples.html @@ -3,8 +3,8 @@
---|
Copyright © 2003 -2007 Fernando Luis Cacciola Carballal
+
Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -71,7 +71,7 @@double sqrt(double n
);
char get_async_input();
point polygon::get_any_point_effectively_inside();
-
-
--
--
Last revised: October 10, 2008 at 20:53:37 GMT |
+Last revised: November 20, 2009 at 10:24:28 GMT |