diff --git a/doc/reference.html b/doc/reference.html index b4b2a68..a245198 100644 --- a/doc/reference.html +++ b/doc/reference.html @@ -54,7 +54,6 @@ void clear(); // Invocation - result_type operator()(Arg1 a1, Arg2 a2, ..., ArgN aN); result_type operator()(Arg1 a1, Arg2 a2, ..., ArgN aN) const; }; @@ -180,10 +179,10 @@
  • Postconditions: empty().
  • -

    result_type operator()(Arg1 a1, Arg2 a2, ..., ArgN aN); +

    result_type operator()(Arg1 a1, Arg2 a2, ..., ArgN aN) const;

    -

    result_type operator()(Arg1 a1, Arg2 a2, ..., ArgN aN) const; -

    -

    Class template function

    Class template function is a thin wrapper around the numbered class templates function0, function1, etc. It accepts up to MAX_ARGS arguments, but when passed N arguments it will derive from functionN specialized with the arguments it receives. @@ -247,7 +233,7 @@

    Douglas Gregor
    -Last modified: Sat Jul 14 16:05:46 EDT 2001 +Last modified: Sun Jul 22 01:29:50 EDT 2001