regular-type Questions
2
Solved
In page 91 of the book Elements of Programming, Stepanov and McJones say that the concept of Iterator requires a successor function but that is not necessarily regular because
...i = j does not ...
Cardiogram asked 6/12, 2016 at 6:30
1
UPDATE: There is a proposal to change the meaning of auto in certain situations.
Implicit Evaluation of “auto” Variables and Arguments by Joel Falcou and others.
The implicit evaluation shal...
Stairhead asked 30/11, 2016 at 12:16
1
C++ has a nice idiom that allows one to write classes that automatically fulfill certain relations between operators. For example this allows to define operator== and not bother to defined operator...
Fernando asked 1/7, 2015 at 8:44
2
With a Regular Type, I mean the definition of Stepanov in Elements of Programming, basically, that there's the concept of equality and that objects which are copies of each other compare equal.
So...
Eastward asked 30/4, 2015 at 13:40
1
© 2022 - 2024 — McMap. All rights reserved.