diff --git a/doc/v2/CallPolicies.html b/doc/v2/CallPolicies.html index e2871051..946296a9 100644 --- a/doc/v2/CallPolicies.html +++ b/doc/v2/CallPolicies.html @@ -113,7 +113,7 @@ "ResultConverter.html#ResultConverterGenerator-concept">ResultConverterGenerator. An MPL unary Metafunction + "../../../mpl/doc/refmanual/metafunction-class.html">Metafunction Class used produce the "preliminary" result object. diff --git a/doc/v2/class.html b/doc/v2/class.html index 50eb8e02..6a3333a6 100644 --- a/doc/v2/class.html +++ b/doc/v2/class.html @@ -730,7 +730,7 @@ class_& enable_pickling();

Class template bases<T1, T2,...TN>

-

An MPL sequence +

An MPL sequence which can be used in class_<...> instantiations indicate a list of base classes.

diff --git a/doc/v2/has_back_reference.html b/doc/v2/has_back_reference.html index fe2ab619..3e7d24e6 100644 --- a/doc/v2/has_back_reference.html +++ b/doc/v2/has_back_reference.html @@ -86,7 +86,7 @@ namespace boost { namespace python }; }} -

A " +

A " metafunction" that is inspected by Boost.Python to determine how wrapped classes can be constructed.

diff --git a/doc/v2/init.html b/doc/v2/init.html index 08138d98..92e4c38a 100644 --- a/doc/v2/init.html +++ b/doc/v2/init.html @@ -109,7 +109,7 @@ unspecified,...Tn = unspecified> -

A MPL sequence which +

A MPL sequence which can be used to specify a family of one or more __init__ functions. Only the last Ti supplied may be an instantiation of unspecified,...Tn = unspecified> -

A MPL sequence which +

A MPL sequence which can be used to specify the optional arguments to an __init__ function.

diff --git a/doc/v2/make_function.html b/doc/v2/make_function.html index 8d574e69..34ab1594 100644 --- a/doc/v2/make_function.html +++ b/doc/v2/make_function.html @@ -99,7 +99,7 @@ template <class F, class Policies, class Keywords, class Signature> arguments of the resulting function.
  • If Signature is supplied, it should be an instance of an MPL front-extensible + href="../../../mpl/doc/refmanual/front-extensible-sequence.html">MPL front-extensible sequence representing the function's return type followed by its argument types. Pass a Signature when wrapping function object types whose signatures can't be deduced, or when @@ -135,7 +135,7 @@ template <class ArgList, class Generator, class Policies>
    Requires: T is a class type. Policies is a model of CallPolicies. ArgList is an MPL sequence of C++ argument + href="../../../mpl/doc/refmanual/forward-sequence.html">MPL sequence of C++ argument types (A1, A2,... AN) such that if a1, a2... aN are objects of type A1, A2,... AN respectively, the expression new diff --git a/doc/v2/rationale.html b/doc/v2/rationale.html index 463d9e46..6dff06cf 100644 --- a/doc/v2/rationale.html +++ b/doc/v2/rationale.html @@ -42,7 +42,7 @@ 13 November, 2002

    -

    © Copyright Dave Abrahams +

    © Copyright Dave Abrahams 2002.