diff --git a/doc/v2/handle.html b/doc/v2/handle.html index 3e44aa32..b52689f8 100644 --- a/doc/v2/handle.html +++ b/doc/v2/handle.html @@ -154,6 +154,7 @@ namespace boost { namespace python T* operator-> () const; T& operator* () const; T* get() const; + void reset(); T* release(); operator bool_type() const; // never throws @@ -261,6 +262,14 @@ T* release(); x; +
+void reset(); ++ +
*this = handle<T>();handle
observers