![]() |
Home | Libraries | People | FAQ | More |
A type of function object with a nested metafunction result. result returns the result type of calling the function object, given the argument types.
Notation
Expression | Return Type | Runtime Complexity |
---|---|---|
f(t1, ...tN) | F::result<T1, ...TN>::type | Unspecified |
Copyright © 2001-2005 Joel de Guzman, Dan Marsden |