From 67f0df4958395e1d8da6bc3e857e8b5e24717e3c Mon Sep 17 00:00:00 2001 From: Tobias Schwinger Date: Thu, 15 Feb 2007 23:01:23 +0000 Subject: [PATCH] moves Polymorphic Function Object concept to functional module [SVN r36957] --- doc/algorithms.qbk | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/doc/algorithms.qbk b/doc/algorithms.qbk index 08e7d023..b659f80b 100644 --- a/doc/algorithms.qbk +++ b/doc/algorithms.qbk @@ -37,34 +37,6 @@ sequence type. [heading Header] #include -[section Concepts] - -[section:poly Polymorphic Function Object] - -[heading Description] - -A type of function object with a nested metafunction `result`. `result` -returns the result type of calling the function object, given the argument -types. - -[variablelist Notation - [[`F`][A Polymorphic Function Object type]] - [[`f`][A Polymorphic Function Object]] - [[`T1 ...TN`][Arbitrary types]] - [[`t1 ...tN`][Objects with types `T1 ...TN`]] -] - -[heading Expression requirements] - -[table - [[Expression][Return Type][Runtime Complexity]] - [[`f(t1, ...tN)`][`F::result::type`][Unspecified]] -] - -[endsect] - -[endsect] - [section Iteration] The iteration algorithms provide the fundamental algorithms for traversing @@ -2409,4 +2381,4 @@ Constant. [endsect] -[endsect] \ No newline at end of file +[endsect]