name is a Requires: name is an ntbs which conforms to Python's identifier
naming rules. If docstring is supplied, it must be an
@@ -404,7 +404,7 @@ class_& def(char const* name, Fn fn, A1 const& a1, A2 const& a2, A3
name is a Requires: name is an ntbs which conforms to Python's identifier
naming rules.a1 is the result of an overload-dispatch-expression,
- only the second is allowed and fn must be a pointer to [member]
- function whose signature is compatible with A1.
+ only the second is allowed and fn must be a pointer to
+ function or pointer to member function whose signature is
+ compatible with A1.
name is a ntbs which conforms to
- Python's Requires: name is an ntbs which conforms to Python's identifier
naming rules.name is a ntbs which conforms to
- Python's Requires: name is an ntbs which conforms to Python's identifier
naming rules.name is a ntbs which conforms to
- Python's Requires: name is an ntbs which conforms to Python's identifier
naming rules.init object except that its
- callpolicies are replaced by a reference to
+ call policies are replaced by a reference to
policies.__init__ function(s).__init__ function(s).throw_error_already_set()
+ is called.Revised - 28 September, 2002 + 30 September, 2002
diff --git a/doc/v2/extract.html b/doc/v2/extract.html index 8c61be29..98d52d69 100644 --- a/doc/v2/extract.html +++ b/doc/v2/extract.html @@ -192,7 +192,7 @@ int Print(str s) The following example shows how extract can be used along withclass_<...>
+href="class.html#class_-spec">class_<...>
to create and access an instance of a wrapped C++ class.