diff --git a/doc/html/boost_optional/synopsis.html b/doc/html/boost_optional/synopsis.html index e8ec559..8b08308 100644 --- a/doc/html/boost_optional/synopsis.html +++ b/doc/html/boost_optional/synopsis.html @@ -26,7 +26,9 @@
-namespace boost { +// In Header: <
boost/optional/optional.hpp> + +namespace boost { template<class T> class optional @@ -60,9 +62,9 @@ template<class U> optional& operator = ( optional<U> const& rhs ) ;- template<class InPlaceFactory> optional& operator = ( InPlaceFactory const& f ) ; + template<class InPlaceFactory> optional& operator = ( InPlaceFactory const& f ) ;
- template<class TypedInPlaceFactory> optional& operator = ( TypedInPlaceFactory const& f ) ; + template<class TypedInPlaceFactory> optional& operator = ( TypedInPlaceFactory const& f ) ;
T const& get() const ;
T& get() ;
diff --git a/doc/html/index.html b/doc/html/index.html index abfb2b1..cdd3189 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -27,7 +27,7 @@
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)
@@ -163,7 +163,7 @@
Last revised: April 07, 2011 at 19:52:21 GMT |
+Last revised: April 07, 2011 at 21:02:08 GMT |