
18 Sep
2006
18 Sep
'06
6:04 a.m.
Geoff Worboys wrote:
I can see where this would make excellent sense in several of my applications. To optimise access inside tight loops you could assign the optional<T> to a T& - and so only be checking existence at the start... as opposed to my present problem of having to choose between assertion or exception checking at the top of each top-level class function.
Exactly.
Yes, I like the thought very much. Thank you.
My pleasure! :-)