![]() |
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
F
f
T1
...TN
t1
...tN
T1 ...TN
MPL Metafunction Class
Expression | Return Type | Runtime Complexity |
---|---|---|
f(t1, ...tN) |
F::result<T1, ...TN>::type |
Unspecified |
Copyright © 2001-2005 Joel de Guzman, Dan Marsden |