C++11 lambdas
Stefan Schulz
schulz at the-loom.de
Sun Mar 14 13:25:27 PDT 2010
Am 14.03.2010 17:14, schrieb Rémi Forax:
> A function that takes an int and returns an int:
> int(int)
If "call" is a parameterless method as well as the name of a class in
scope, what would the following resolve to:
call()
> curry!
> R() throws E (R(A) throws E, A) curry = ...
How are multiple exceptions to be defined for the throws clause? Using a
pipe? Using parens?
Stefan
More information about the lambda-dev
mailing list