From ac4289bd6c2b8977199904c5995f3b4cba6eef7e Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Mon, 5 Aug 2002 02:00:26 +0000 Subject: [PATCH] index.htm: - Added documentation for function_traits class template [SVN r14672] --- index.htm | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/index.htm b/index.htm index 7ea7c2f..913cbb9 100644 --- a/index.htm +++ b/index.htm @@ -32,6 +32,7 @@ first.

Relationships Between Types Transformations Between Types Synthesizing Types +Function Traits Compiler Support Information Type traits headers Example Code @@ -812,6 +813,53 @@ properties.

+

Function Traits

+ +

The ::boost::function_traits class template extracts information from function types. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 

Expression

+

Description

+

Reference

+

Compiler requirements

+
 
 ::boost::function_traits<F>::arityDetermine the arity of the function type F.  P 
 ::boost::function_traits<F>::result_typeThe type returned by function type F.  P 
 ::boost::function_traits<F>::argN_typeThe Nth argument type of function type F, where 1<=N<=arity of F. P 
+

Compiler Support Information

The legends used in the tables above have the following